Home
last modified time | relevance | path

Searched refs:HBRUSH (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c254 typedef int HBRUSH; typedef
296 static void fill_rect(const RECT *rcp, HBRUSH hbr, COLORREF color);
326 static HBRUSH s_brush = NULL;
1275 HBRUSH prevBrush; in gui_mch_new_colors()
1278 prevBrush = (HBRUSH)SetClassLongPtr( in gui_mch_new_colors()
1705 HBRUSH hbr; in gui_mch_draw_hollow_cursor()
3893 # define GetStockBrush(i) ((HBRUSH)GetStockObject(i))
6082 HBRUSH hbr, in fill_rect()
6091 HBRUSH hbr2; in fill_rect()
6135 static HBRUSH hbr_cache[2] = {NULL, NULL}; in gui_mch_draw_string()
[all …]
H A Dgui_dwrite.cpp1051 HBRUSH hbr = ::CreateSolidBrush(color); in FillRect()
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp133 HBITMAP IconToBitmap(HICON hIcon, HBRUSH hBackground, int width, int height) in IconToBitmap()