Home
last modified time | relevance | path

Searched refs:canvas (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp699 BufferedPaintCanvas canvas(_hwnd); in Paint() local
702 FillRect(canvas, &canvas.rcPaint, GetSysColorBrush(COLOR_BTNFACE)); in Paint()
900 WindowCanvas canvas(_hwnd); in TrayNotifyDlg() local
903 ImageList_AddAlphaIcon(_himl, SmallIcon(IDI_DOT), hbkgnd, canvas); in TrayNotifyDlg()
990 WindowCanvas canvas(_hwnd); in Refresh() local
1268 WindowCanvas canvas(hwndParent); in Create() local
1269 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Create()
1346 PaintCanvas canvas(_hwnd); in Paint() local
1348 FillRect(canvas, &canvas.rcPaint, GetSysColorBrush(COLOR_BTNFACE)); in Paint()
1350 BkMode bkmode(canvas, TRANSPARENT); in Paint()
[all …]
H A Dstartmenu.cpp303 PaintCanvas canvas(_hwnd); in WndProc() local
304 Paint(canvas); in WndProc()
873 DrawFloatingButton(canvas); in Paint()
877 DrawArrows(canvas, _icon_size); in Paint()
954 WindowCanvas canvas(_hwnd); in UpdateIcons() local
1156 WindowCanvas canvas(_hwnd); in AddButton()
1447 WindowCanvas canvas(_hwnd); in ResizeToButtons() local
1769 PaintCanvas canvas(_hwnd); in WndProc() local
1770 Paint(canvas); in WndProc()
1796 FillRect(canvas, &rect, hbr); in Paint()
[all …]
H A Dquicklaunch.cpp117 WindowCanvas canvas(_hwnd); in AddShortcuts() local
122 …ls._icon_cache.get_icon(ICID_MINIMIZE).create_bitmap(bk_color, bk_brush, canvas), ResString(IDS_MI… in AddShortcuts()
123 …ls._icon_cache.get_icon(ICID_EXPLORER).create_bitmap(bk_color, bk_brush, canvas), ResString(IDS_TI… in AddShortcuts()
131 HDC hdc = CreateCompatibleDC(canvas); in AddShortcuts()
139 HBITMAP hbmp = CreateCompatibleBitmap(canvas, cx, cy); in AddShortcuts()
162 …P hbmp = g_Globals._icon_cache.get_icon(entry->_icon_id).create_bitmap(bk_color, bk_brush, canvas); in AddShortcuts()
H A Ddesktopbar.cpp93 WindowCanvas canvas(_hwnd); in Init() local
94 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Init()
96 DrawText(canvas, start_str, -1, &rect, DT_SINGLELINE|DT_CALCRECT); in Init()
H A Dstartmenu.h303 void Paint(PaintCanvas& canvas);
387 void Paint(PaintCanvas& canvas);
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp338 MemCanvas canvas; in create_bitmap_from_icon() local
339 BitmapSelection sel(canvas, hbmp); in create_bitmap_from_icon()
342 FillRect(canvas, &rect, hbrush_bkgnd); in create_bitmap_from_icon()
344 DrawIconEx(canvas, 0, 0, hIcon, cx, cy, 0, hbrush_bkgnd, DI_NORMAL); in create_bitmap_from_icon()
355 MemCanvas canvas; in create_small_bitmap_from_icon() local
356 BitmapSelection sel(canvas, hbmp); in create_small_bitmap_from_icon()
359 FillRect(canvas, &rect, hbrush_bkgnd); in create_small_bitmap_from_icon()
361 DrawIconEx(canvas, 0, 0, hIcon, cx, cy, 0, hbrush_bkgnd, DI_NORMAL); in create_small_bitmap_from_icon()
923 PaintCanvas canvas(_hwnd); in Paint() local
927 DrawIconEx(canvas, 20, 10, hicon, 0, 0, 0, 0, DI_NORMAL); in Paint()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp654 WindowCanvas canvas(_hwnd); in FillBookmarks() local
658 g_Globals._icon_cache.get_icon(ICID_FAVORITES).add_to_imagelist(_himl, canvas); in FillBookmarks()
659 g_Globals._icon_cache.get_icon(ICID_BOOKMARK).add_to_imagelist(_himl, canvas); in FillBookmarks()
660 ImageList_AddAlphaIcon(_himl, SmallIcon(IDI_DOT), GetStockBrush(WHITE_BRUSH), canvas); in FillBookmarks()
661 g_Globals._icon_cache.get_icon(ICID_FOLDER).add_to_imagelist(_himl, canvas); in FillBookmarks()
662 g_Globals._icon_cache.get_icon(ICID_FOLDER).add_to_imagelist(_himl, canvas); in FillBookmarks()
675 g_Globals._favorites.fill_tree(_hsidebar, hitem_bookmarks, _himl, canvas); in FillBookmarks()
1392 PaintCanvas canvas(_hwnd); in WndProc() local
1406 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
1407 Rectangle(canvas, rt.left, rt.top-1, rt.right, rt.bottom+1); in WndProc()
[all …]
H A Dpane.cpp869 WindowCanvas canvas(hwnd); in init_output() local
876 FontSelection font(canvas, _hfont); in init_output()
877 GetTextExtentPoint32(canvas, TEXT(" "), 1, &_spaceSize); in init_output()
/reactos/base/applications/mspaint/
H A DCMakeLists.txt10 canvas.cpp
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp393 PaintCanvas canvas(_hwnd); in WndProc() local
397 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
398 Rectangle(canvas, rt.left, rt.top-1, rt.right, rt.bottom+1); in WndProc()
400 DrawEdge(canvas, &rc, EDGE_RAISED, BF_RECT); in WndProc()
401 SelectObject(canvas, lastBrush); in WndProc()