Home
last modified time | relevance | path

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

/reactos/dll/cpl/desk/
H A Ddraw.c237 COLORREF clrsave; in MyDrawFrameCaption() local
278 clrsave = GetTextColor(dc); in MyDrawFrameCaption()
292 SetTextColor(dc, clrsave); in MyDrawFrameCaption()
306 COLORREF clrsave; in MyDrawFrameScroll() local
349 clrsave = GetTextColor(dc); in MyDrawFrameScroll()
363 SetTextColor(dc, clrsave); in MyDrawFrameScroll()
/reactos/win32ss/user/ntuser/
H A Ddraw.c792 COLORREF clrsave; in UITOOLS95_DrawFrameCaption() local
835 clrsave = GreGetTextColor(dc); in UITOOLS95_DrawFrameCaption()
849 IntGdiSetTextColor(dc, clrsave); in UITOOLS95_DrawFrameCaption()
860 COLORREF clrsave; in UITOOLS95_DrawFrameScroll() local
895 clrsave = GreGetTextColor(dc); in UITOOLS95_DrawFrameScroll()
912 IntGdiSetTextColor(dc, clrsave); in UITOOLS95_DrawFrameScroll()
938 clrsave = GreGetTextColor(dc); in UITOOLS95_DrawFrameScroll()
952 IntGdiSetTextColor(dc, clrsave); in UITOOLS95_DrawFrameScroll()
H A Dmenu.c1402 COLORREF clrsave; in MENU_DrawPopupGlyph() local
1433 clrsave = GreGetTextColor(dc); in MENU_DrawPopupGlyph()
1450 IntGdiSetTextColor(dc, clrsave); in MENU_DrawPopupGlyph()
/reactos/win32ss/user/user32/windows/
H A Ddraw.c811 COLORREF clrsave; in UITOOLS95_DrawFrameCaption() local
853 clrsave = GetTextColor(dc); in UITOOLS95_DrawFrameCaption()
867 SetTextColor(dc, clrsave); in UITOOLS95_DrawFrameCaption()
878 COLORREF clrsave; in UITOOLS95_DrawFrameScroll() local
913 clrsave = GetTextColor(dc); in UITOOLS95_DrawFrameScroll()
930 SetTextColor(dc, clrsave); in UITOOLS95_DrawFrameScroll()
956 clrsave = GetTextColor(dc); in UITOOLS95_DrawFrameScroll()
970 SetTextColor(dc, clrsave); in UITOOLS95_DrawFrameScroll()