Searched refs:SelectedBitmap (Results 1 – 2 of 2) sorted by relevance
551 struct SelectedBitmap struct553 SelectedBitmap(HDC hdc, HBITMAP hbmp) in SelectedBitmap() function556 ~SelectedBitmap() {DeleteObject(SelectBitmap(_hdc, _old_hbmp));} in ~SelectedBitmap() argument579 SelectedBitmap _bmp; argument
718 SelectedBitmap bmp(mem_dc, CreateCompatibleBitmap(canvas, NOTIFYICON_SIZE, NOTIFYICON_SIZE)); in Paint()