Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Ddraw.c1242 HBRUSH hbsave, hbrtmp = 0; in IntDrawState() local
1377 hbrtmp = GetSysColorBrush(COLOR_3DHILIGHT); in IntDrawState()
1379 hbrtmp = GetSysColorBrush(COLOR_3DSHADOW); in IntDrawState()
1384 if(!hbrtmp) goto cleanup; in IntDrawState()
1385 hbsave = (HBRUSH)SelectObject(hdc, hbrtmp); in IntDrawState()
1393 hbr = hbrtmp = GetSysColorBrush(COLOR_3DSHADOW); in IntDrawState()
1394 if(!hbrtmp) goto cleanup; in IntDrawState()