Searched refs:ahbrSystem (Results 1 – 3 of 3) sorted by relevance
309 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()
40 return gpsi->ahbrSystem[nIndex]; in GetSysColorBrush()
1008 HBRUSH ahbrSystem[NUM_SYSCOLORS]; member