Lines Matching refs:hbr
296 static void fill_rect(const RECT *rcp, HBRUSH hbr, COLORREF color);
1705 HBRUSH hbr; in gui_mch_draw_hollow_cursor() local
1722 hbr = CreateSolidBrush(color); in gui_mch_draw_hollow_cursor()
1723 FrameRect(s_hdc, &rc, hbr); in gui_mch_draw_hollow_cursor()
1724 DeleteBrush(hbr); in gui_mch_draw_hollow_cursor()
3896 # define DeleteBrush(hbr) DeleteObject((HGDIOBJ)(HBRUSH)(hbr)) argument
6082 HBRUSH hbr, in fill_rect() argument
6093 if (hbr == NULL) in fill_rect()
6096 hbr2 = hbr; in fill_rect()
6098 if (hbr == NULL) in fill_rect()
6138 HBRUSH hbr; in gui_mch_draw_string() local
6162 hbr = hbr_cache[0]; in gui_mch_draw_string()
6167 hbr = hbr_cache[1]; in gui_mch_draw_string()
6176 hbr = hbr_cache[brush_lru]; in gui_mch_draw_string()
6180 fill_rect(&rc, hbr, gui.currBgColor); in gui_mch_draw_string()