Home
last modified time | relevance | path

Searched refs:bk_brush (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.cpp120 HBRUSH bk_brush = GetSysColorBrush(COLOR_BTNFACE); in AddShortcuts() local
122 …, g_Globals._icon_cache.get_icon(ICID_MINIMIZE).create_bitmap(bk_color, bk_brush, canvas), ResStri… in AddShortcuts()
123 …, g_Globals._icon_cache.get_icon(ICID_EXPLORER).create_bitmap(bk_color, bk_brush, canvas), ResStri… in AddShortcuts()
162 …HBITMAP hbmp = g_Globals._icon_cache.get_icon(entry->_icon_id).create_bitmap(bk_color, bk_brush, c… in AddShortcuts()
H A Dstartmenu.cpp1410 HBRUSH bk_brush = GetSysColorBrush(bk_color_idx); local
1413 FillRect(hdc, &rect, bk_brush);
1416 …_icon_id).draw(hdc, iconPos.x, iconPos.y, icon_size, icon_size, bk_color, bk_brush/*, icon_size*/);
1425 icon_size, icon_size, 0, bk_brush, DI_NORMAL);
/reactos/modules/rosapps/applications/explorer-old/
H A Dglobals.h105 void draw(HDC hdc, int x, int y, int cx, int cy, COLORREF bk_color, HBRUSH bk_brush) const;
107 … himl, HDC hdc_wnd, COLORREF bk_color=GetSysColor(COLOR_WINDOW), HBRUSH bk_brush=GetSysColorBrush(…
H A Dexplorer.cpp277 void Icon::draw(HDC hdc, int x, int y, int cx, int cy, COLORREF bk_color, HBRUSH bk_brush) const in draw()
282 DrawIconEx(hdc, x, y, _hicon, cx, cy, 0, bk_brush, DI_NORMAL); in draw()
306 int Icon::add_to_imagelist(HIMAGELIST himl, HDC hdc_wnd, COLORREF bk_color, HBRUSH bk_brush) const in add_to_imagelist()
327 ret = ImageList_AddAlphaIcon(himl, _hicon, bk_brush, hdc_wnd); in add_to_imagelist()