Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dgdibatch.c100 ULONG ulForegroundClr, ulBackgroundClr, ulBrushClr; in GdiFlushUserBatch() local
124 ulBrushClr = dc->pdcattr->ulBrushClr; in GdiFlushUserBatch()
134 dc->pdcattr->ulBrushClr = pgDPB->ulBrushClr; in GdiFlushUserBatch()
151 dc->pdcattr->ulBrushClr = ulBrushClr; in GdiFlushUserBatch()
165 ULONG ulForegroundClr, ulBackgroundClr, ulBrushClr; in GdiFlushUserBatch() local
189 ulBrushClr = dc->pdcattr->ulBrushClr; in GdiFlushUserBatch()
197 dc->pdcattr->ulBrushClr = pgDPB->ulBrushClr; in GdiFlushUserBatch()
239 dc->pdcattr->ulBrushClr = ulBrushClr; in GdiFlushUserBatch()
H A Ddcutil.c217 OldColor = (COLORREF) dc->pdcattr->ulBrushClr; in IntSetDCBrushColor()
218 dc->pdcattr->ulBrushClr = (ULONG) crColor; in IntSetDCBrushColor()
H A Ddclife.c276 pdc->dcattr.ulBrushClr = RGB(0xff, 0xff, 0xff); in DC_vInitDc()
/reactos/win32ss/gdi/gdi32/objects/
H A Dpainting.c521 pgO->ulBrushClr = pdcattr->ulBrushClr; in PatBlt()
603 pgO->ulBrushClr = pdcattr->ulBrushClr; in PolyPatBlt()
H A Ddc.c876 return pdcattr->ulBrushClr; in GetDCBrushColor()
924 crOldColor = pdcattr->ulBrushClr; in SetDCBrushColor()
925 pdcattr->ulBrushClr = crColor; in SetDCBrushColor()
/reactos/win32ss/include/
H A Dntgdityp.h478 ULONG ulBrushClr; member
499 ULONG ulBrushClr; member
H A Dntgdihdl.h302 ULONG ulBrushClr; member