Home
last modified time | relevance | path

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

/reactos/modules/rostests/tests/enumfonts/
H A Denumfonts.cpp190 COLORREF OldColor = GetTextColor(lpdis->hDC); in MainWndProc() local
199 OldColor = SetTextColor(lpdis->hDC, clrWhite); in MainWndProc()
245 SetTextColor(lpdis->hDC, OldColor); in MainWndProc()
/reactos/win32ss/gdi/ntgdi/
H A Ddcutil.c208 COLORREF OldColor = CLR_INVALID; in IntSetDCBrushColor() local
217 OldColor = (COLORREF) dc->pdcattr->ulBrushClr; in IntSetDCBrushColor()
227 return OldColor; in IntSetDCBrushColor()
261 COLORREF OldColor; in IntSetDCPenColor() local
269 OldColor = (COLORREF)dc->pdcattr->ulPenClr; in IntSetDCPenColor()
278 return OldColor; in IntSetDCPenColor()
/reactos/drivers/base/bootvid/
H A Dcommon.c318 ULONG OldColor; in VidSetTextColor() local
321 OldColor = VidpTextColor; in VidSetTextColor()
323 return OldColor; in VidSetTextColor()
/reactos/ntoskrnl/mm/ARM3/
H A Dpfnlist.c371 USHORT OldColor, OldCache; in MiRemovePageByColor() local
384 OldColor = Pfn1->u3.e1.PageColor; in MiRemovePageByColor()
430 Pfn1->u3.e1.PageColor = OldColor; in MiRemovePageByColor()