Home
last modified time | relevance | path

Searched refs:SelectedBitmap (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.h551 struct SelectedBitmap struct
553 SelectedBitmap(HDC hdc, HBITMAP hbmp) in SelectedBitmap() function
556 ~SelectedBitmap() {DeleteObject(SelectBitmap(_hdc, _old_hbmp));} in ~SelectedBitmap() argument
579 SelectedBitmap _bmp; argument
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp718 SelectedBitmap bmp(mem_dc, CreateCompatibleBitmap(canvas, NOTIFYICON_SIZE, NOTIFYICON_SIZE)); in Paint()