Home
last modified time | relevance | path

Searched refs:NULL_BRUSH (Results 1 – 25 of 32) sorted by relevance

12

/reactos/modules/rostests/win32/comctl32/buttonvistest/
H A Dbuttonvistest.rc25 MENUITEM "NULL_BRUSH", IDM_NULL_WIN
34 MENUITEM "NULL_BRUSH", IDM_NULL_STATIC
43 MENUITEM "NULL_BRUSH", IDM_NULL_BTN
52 MENUITEM "NULL_BRUSH", IDM_NULL_PRINTCLNT
H A Dbuttonvistest.cpp126 hbrNULL = (HBRUSH)GetStockObject (NULL_BRUSH); in wWinMain()
/reactos/modules/rostests/apitests/gdi32/
H A DGetStockObject.c31 RTEST(GDI_HANDLE_GET_TYPE(GetStockObject(NULL_BRUSH)) == GDI_OBJECT_TYPE_BRUSH); /* 1 */ in Test_GetStockObject()
/reactos/modules/rostests/tests/wm_erasebkgnd/
H A Dwm_erasebkgnd.cpp129 GetStockObject(NULL_BRUSH) in MainWndProc()
/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiGetStockObject.c41 handle = (HANDLE) NtGdiGetStockObject(NULL_BRUSH); in START_TEST()
/reactos/dll/win32/iernonce/
H A Ddialog.cpp225 lResult = (LRESULT)GetStockBrush(NULL_BRUSH); in ProcessWindowMessage()
/reactos/win32ss/gdi/gdi32/objects/
H A Dbrush.c248 hBrush = NtGdiGetStockObject(NULL_BRUSH); in CreateBrushIndirect()
/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dconfig.c170 return (INT_PTR)GetStockObject(NULL_BRUSH); in ConfigDlgProc()
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Deditglyphdlg.c217 SelectObject( ps.hdc, GetStockObject(NULL_BRUSH) ); in EditGlyphEditWndProc()
/reactos/win32ss/gdi/ntgdi/
H A Dstockobj.c261 StockObjects[NULL_BRUSH] = IntGdiCreateNullBrush(); in CreateStockObjects()
/reactos/base/applications/games/spider/
H A Dspider.cpp191 hBrush = (HBRUSH)GetStockObject(NULL_BRUSH); in CardImageWndProc()
/reactos/dll/ime/msctfime/
H A Dui.cpp1368 wcx.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH); in RegisterImeClass()
1384 wcx.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH); in RegisterImeClass()
/reactos/base/applications/charmap/
H A Dcharmap.c639 wc.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH); in InitInstance()
H A Dmap.c108 SelectObject(ps->hdc, GetStockObject(NULL_BRUSH)); in FillGrid()
/reactos/win32ss/user/user32/controls/
H A Dappswitch.c359 SelectObject(dialogDC, GetStockObject(NULL_BRUSH)); in OnPaint()
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp478 hBrush = (HBRUSH)GetStockObject(NULL_BRUSH); in CardImageWndProc()
/reactos/base/applications/mspaint/
H A Ddrawing.cpp365 HGDIOBJ oldBrush = ::SelectObject(hdc, ::GetStockObject(NULL_BRUSH)); in DrawXorRect()
H A Dtoolsettings.cpp264 hOldBrush = ::SelectObject(hdc, ::GetStockObject(NULL_BRUSH)); in drawBox()
H A Dcanvas.cpp712 return (LRESULT)GetStockObject(NULL_BRUSH); in OnCtlColorEdit()
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c853 hbrOld = SelectObject(hdcMem, GetStockBrush(NULL_BRUSH)); in ZoomWnd_OnDraw()
1692 WndClass.hbrBackground = GetStockBrush(NULL_BRUSH); /* less flicker */ in ImageView_Main()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c473 *result = GetStockObject (NULL_BRUSH); in HackFillStaticBg()
/reactos/base/applications/notepad/
H A Dprinting.c133 hOldBrush = SelectObject(hDC, GetStockObject(NULL_BRUSH)); in DrawHeaderOrFooter()
/reactos/base/shell/progman/
H A Dmain.c1065 wndClass.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH); in MAIN_RegisterMainWinClass()
/reactos/win32ss/user/user32/windows/
H A Ddraw.c440 lti_brush = lto_brush = rbi_brush = rbo_brush = GetStockObject(NULL_BRUSH); in IntDrawRectEdge()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp243 return (HBRUSH)GetStockObject(NULL_BRUSH); in win32_create_brush()
267 return (HBRUSH)GetStockObject(NULL_BRUSH); in win32_create_brush()

12