Searched refs:fgColor (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_BlitMM.h92 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
93 cAcl->fgColor = (c); \
102 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
103 cAcl->fgColor = (c); \
113 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
114 cAcl->fgColor = (c); \
H A Dct_Blitter.h122 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
123 cAcl->fgColor = (c); \
131 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
132 cAcl->fgColor = (c); \
140 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
141 cAcl->fgColor = (c); \
H A Dct_BltHiQV.h197 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
198 cAcl->fgColor = (c); \
204 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
205 cAcl->fgColor = (c); \
212 if ((cAcl->fgColor != (c)) || (cAcl->fgColor == -1)) { \
213 cAcl->fgColor = (c); \
H A Dct_exa.c285 cAcl->fgColor = -1;
H A Dct_driver.h217 int fgColor; member in struct:__anonf966118b0608
H A Dct_accel.c189 cAcl->fgColor = -1;
H A Dct_driver.c3648 cAcl->fgColor = -1;
/xsrc/external/mit/libXmu/dist/src/
H A DStrToCurs.c137 static XColor fgColor = {0, 0, 0, 0, 0, 0}; local in function:XmuCvtStringToCursor
241 &fgColor, &bgColor );
270 &fgColor, &bgColor, xhot, yhot );
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_accel.h136 #define sisSETFGCOLOR(fgColor) \
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa_h2.c186 tdc->fgColor = fg;
209 OUT_RING_H1(VIA_REG_FGCOLOR, tdc->fgColor);
H A Dvia_exa_h6.c187 tdc->fgColor = fg;
210 OUT_RING_H1(VIA_REG_MONOPATFGC_M1, tdc->fgColor);
H A Dvia_driver.h179 CARD32 fgColor; member in struct:_twodContext

Completed in 21 milliseconds