Searched refs:WindowCanvas (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 527 struct WindowCanvas : public Canvas struct 529 WindowCanvas(HWND hwnd) in WindowCanvas() function 532 ~WindowCanvas() {ReleaseDC(_hwnd, _hdc);} in ~WindowCanvas() argument
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 900 WindowCanvas canvas(_hwnd); in TrayNotifyDlg() 990 WindowCanvas canvas(_hwnd); in Refresh() 1268 WindowCanvas canvas(hwndParent); in Create()
|
H A D | quicklaunch.cpp | 117 WindowCanvas canvas(_hwnd); in AddShortcuts()
|
H A D | startmenu.cpp | 954 WindowCanvas canvas(_hwnd); in UpdateIcons() 1156 WindowCanvas canvas(_hwnd); in AddButton() 1447 WindowCanvas canvas(_hwnd); in ResizeToButtons() 1808 WindowCanvas dc(_hwnd); in GetLogoResId()
|
H A D | desktopbar.cpp | 93 WindowCanvas canvas(_hwnd); in Init()
|
H A D | taskbar.cpp | 407 …hbmp = create_bitmap_from_icon(hIcon, GetSysColorBrush(COLOR_BTNFACE), WindowCanvas(pThis->_htoolb… in EnumWndProc()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.cpp | 862 …_hfont = CreateFont(-MulDiv(8,GetDeviceCaps(WindowCanvas(0),LOGPIXELSY),72), 0, 0, 0, 0, 0, 0, 0, … in OutputWorker() 869 WindowCanvas canvas(hwnd); in init_output()
|
H A D | mainframe.cpp | 654 WindowCanvas canvas(_hwnd); in FillBookmarks()
|