Home
last modified time | relevance | path

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

/reactos/modules/rostests/win32/comctl32/buttonvistest/
H A Dbuttonvistest.cpp15 HBRUSH hbrRed; variable
127 hbrRed = CreateSolidBrush(0x00000FF); in wWinMain()
133 hbrCtlColorStatic = hbrRed; in wWinMain()
379 case IDM_RED_WIN: hbrErase = hbrRed; break; in WndProc()
386 case IDM_RED_STATIC: hbrCtlColorStatic = hbrRed; break; in WndProc()
393 case IDM_RED_BTN: hbrCtlColorBtn = hbrRed; break; in WndProc()
400 case IDM_RED_PRINTCLNT: hbrPrintClientClear = hbrRed; break; in WndProc()
/reactos/modules/rostests/tests/winhello/
H A Dwinhello.c115 …static HBRUSH hbrWhite=NULL, hbrGray=NULL, hbrBlack=NULL, hbrRed=NULL, hbrBlue=NULL, hbrYellow=NUL… in MainWndProc() local
154 FillRect(hDC, &Rect, hbrRed); in MainWndProc()
234 FillRect(hDC, &Rect, hbrRed); in MainWndProc()
257 FillRect(hDC, &Rect, hbrRed); in MainWndProc()
401 FillRect(hDC, &Rect, hbrRed); in MainWndProc()
587 DeleteObject ( hbrRed ); in MainWndProc()
603 hbrRed = CreateSolidBrush ( RGB(0xFF, 0x00, 0x00)); in MainWndProc()