Searched refs:crText (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindialogs.c75 COLORREF crText; local in function:winDrawURLWindow
84 crText = RGB(128 + 64, 0, 0);
86 crText = RGB(0, 128 + 64, 0);
88 crText = RGB(0, 0, 128 + 64);
89 SetTextColor(draw->hDC, crText);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwindialogs.c91 COLORREF crText; local in function:winDrawURLWindow
100 crText = RGB(128+64,0,0);
102 crText = RGB(0,128+64,0);
104 crText = RGB(0,0,128+64);
105 SetTextColor (draw->hDC, crText);

Completed in 3 milliseconds