Home
last modified time | relevance | path

Searched refs:outdefs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c171 if (outdefs[i].pixel == pixel) \
176 outdefs[i].pixel = pixel; \
177 outdefs[i].flags = 0; \
179 outdefs[i].flags |= (mask); \
180 outdefs[i].red = pmap->red[red >> pVisual->offsetRed].co.local.red; \
181 outdefs[i].green = pmap->green[green >> pVisual->offsetGreen].co.local.green; \
182 outdefs[i].blue = pmap->blue[blue >> pVisual->offsetBlue].co.local.blue; \
187 xColorItem * outdefs) in miExpandDirectColors() argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcmap_mi.c71 int ndef, xColorItem * indefs, xColorItem * outdefs) in fbExpandDirectColors() argument
73 return miExpandDirectColors(pmap, ndef, indefs, outdefs); in fbExpandDirectColors()
H A Dfb.h740 int ndef, xColorItem * indefs, xColorItem * outdefs);