Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dstockobj.c309 IntGdiSetSolidBrushColor(gpsi->ahbrSystem[*Elements], *Colors); in IntSetSysColors()
319 return ((Object < 0) || (NUM_SYSCOLORS <= Object)) ? NULL : gpsi->ahbrSystem[Object]; in IntGetSysColorBrush()
341 if (gpsi->ahbrSystem[i] == NULL) in CreateSysColorObjects()
343 gpsi->ahbrSystem[i] = IntGdiCreateSolidBrush(SysColors[i]); in CreateSysColorObjects()
344 if (gpsi->ahbrSystem[i] != NULL) in CreateSysColorObjects()
346 GDIOBJ_ConvertToStockObj((HGDIOBJ*)&gpsi->ahbrSystem[i]); in CreateSysColorObjects()
/reactos/win32ss/user/user32/windows/
H A Ddefwnd.c40 return gpsi->ahbrSystem[nIndex]; in GetSysColorBrush()
/reactos/win32ss/include/
H A Dntuser.h1008 HBRUSH ahbrSystem[NUM_SYSCOLORS]; member