Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.cpp119 COLORREF bk_color = GetSysColor(COLOR_BTNFACE); in AddShortcuts() local
122 …AddButton(ID_MINIMIZE_ALL, g_Globals._icon_cache.get_icon(ICID_MINIMIZE).create_bitmap(bk_color, b… in AddShortcuts()
123 …AddButton(ID_EXPLORE, g_Globals._icon_cache.get_icon(ICID_EXPLORER).create_bitmap(bk_color, bk_bru… 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.cpp1409 COLORREF bk_color = GetSysColor(bk_color_idx); local
1416 …con(btn._icon_id).draw(hdc, iconPos.x, iconPos.y, icon_size, icon_size, bk_color, bk_brush/*, icon…
/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;
106 HBITMAP create_bitmap(COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const;
107 …int add_to_imagelist(HIMAGELIST himl, HDC hdc_wnd, COLORREF bk_color=GetSysColor(COLOR_WINDOW), H…
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() argument
280 …g_Globals._icon_cache.get_sys_imagelist(), _sys_idx, hdc, x, y, cx, cy, bk_color, CLR_DEFAULT, ILD… in draw()
285 HBITMAP Icon::create_bitmap(COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const in create_bitmap() argument
296 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in create_bitmap()
306 int Icon::add_to_imagelist(HIMAGELIST himl, HDC hdc_wnd, COLORREF bk_color, HBRUSH bk_brush) const in add_to_imagelist() argument
319 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in add_to_imagelist()