Searched refs:hBrushOld (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/cpl/timedate/ |
H A D | clock.c | 56 HBRUSH hBrushOld; in DrawClock() local 60 hBrushOld = SelectObject(hdc, pClockData->hGreyBrush); in DrawClock() 98 SelectObject(hdc, hBrushOld); in DrawClock()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 1916 HBRUSH hBrush, hBrushOld; in PlayEnhMetaFileRecord() local 1924 hBrushOld = SelectObject(hdcSrc, hBrush); in PlayEnhMetaFileRecord() 1928 SelectObject(hdcSrc, hBrushOld); in PlayEnhMetaFileRecord() 1959 HBRUSH hBrush, hBrushOld; in PlayEnhMetaFileRecord() local 1971 SelectObject(hdcSrc, hBrushOld); in PlayEnhMetaFileRecord() 2028 HBRUSH hBrush, hBrushOld; in PlayEnhMetaFileRecord() local 2036 hBrushOld = SelectObject(hdcSrc, hBrush); in PlayEnhMetaFileRecord() 2040 SelectObject(hdcSrc, hBrushOld); in PlayEnhMetaFileRecord() 2076 HBRUSH hBrush, hBrushOld; in PlayEnhMetaFileRecord() local 2089 hBrushOld = SelectObject(hdcSrc, hBrush); in PlayEnhMetaFileRecord() [all …]
|