Searched refs:indefs (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micmap.c | 186 miExpandDirectColors(ColormapPtr pmap, int ndef, xColorItem * indefs, in miExpandDirectColors() argument 206 for (; ndef--; indefs++) { in miExpandDirectColors() 207 if (indefs->flags & DoRed) { in miExpandDirectColors() 208 red = indefs->pixel & pVisual->redMask; in miExpandDirectColors() 215 if (indefs->flags & DoGreen) { in miExpandDirectColors() 216 green = indefs->pixel & pVisual->greenMask; in miExpandDirectColors() 223 if (indefs->flags & DoBlue) { in miExpandDirectColors() 224 blue = indefs->pixel & pVisual->blueMask; in miExpandDirectColors()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbcmap_mi.c | 71 int ndef, xColorItem * indefs, xColorItem * outdefs) in fbExpandDirectColors() argument 73 return miExpandDirectColors(pmap, ndef, indefs, outdefs); in fbExpandDirectColors()
|
| H A D | fb.h | 740 int ndef, xColorItem * indefs, xColorItem * outdefs);
|