Searched refs:holdbrush (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 585 HBRUSH hbrush, holdbrush; in test_getdc() local 617 holdbrush = SelectObject(metafile_dc, hbrush); in test_getdc() 621 SelectObject(metafile_dc, holdbrush); in test_getdc() 743 HBRUSH hbrush, holdbrush; in test_emfonly() local 783 holdbrush = SelectObject(metafile_dc, hbrush); in test_emfonly() 787 SelectObject(metafile_dc, holdbrush); in test_emfonly() 1226 HBRUSH hbrush, holdbrush; in test_nullframerect() local 1308 holdbrush = SelectObject(metafile_dc, hbrush); in test_nullframerect() 1312 SelectObject(metafile_dc, holdbrush); in test_nullframerect() 2335 HBRUSH hbrush, holdbrush; in test_gditransform() local [all …]
|
H A D | graphics.c | 3680 HBRUSH hbrush, holdbrush; in test_getdc_scaled() local 3698 holdbrush = SelectObject(hdc, hbrush); in test_getdc_scaled() 3702 SelectObject(hdc, holdbrush); in test_getdc_scaled()
|
/reactos/dll/win32/comdlg32/ |
H A D | printdlg.c | 3562 HBRUSH hbrush, holdbrush; in PRINTDLG_PagePaintProc() local 3602 holdbrush = SelectObject(hdc, hbrush); in PRINTDLG_PagePaintProc() 3627 DeleteObject(SelectObject(hdc, holdbrush)); in PRINTDLG_PagePaintProc()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 1014 HGDIOBJ holdbrush = SelectObject(m_displayBuffer, hbr); in Display_DrawText() local 1023 SelectObject(m_displayBuffer, holdbrush); in Display_DrawText()
|