Searched refs:currBgColor (Results 1 – 2 of 2) sorted by relevance
444 guicolor_T currBgColor; // Current background text color member
5635 gui.currBgColor = color; in gui_mch_set_bg_color()6160 if (gui.currBgColor == brush_color[0]) in gui_mch_draw_string()6165 else if (gui.currBgColor == brush_color[1]) in gui_mch_draw_string()6174 hbr_cache[brush_lru] = CreateSolidBrush(gui.currBgColor); in gui_mch_draw_string()6175 brush_color[brush_lru] = gui.currBgColor; in gui_mch_draw_string()6180 fill_rect(&rc, hbr, gui.currBgColor); in gui_mch_draw_string()