Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c761 Pixel * pPixel, int channel, int client, ColorCompareProcPtr comp) in FindColor() argument
772 if ((pixel = *pPixel) >= size) in FindColor()
780 *pPixel = pixel; in FindColor()
783 *pPixel <<= pmap->pVisual->offsetRed; in FindColor()
787 *pPixel <<= pmap->pVisual->offsetGreen; in FindColor()
790 *pPixel <<= pmap->pVisual->offsetBlue; in FindColor()
872 *pPixel = def.pixel; in FindColor()
1281 xrgb * prgb, Pixel * pPixel, int channel, in FindColorInRootCmap() argument
1288 if ((pixel = *pPixel) >= size) in FindColorInRootCmap()
1305 *pPixel = pixel; in FindColorInRootCmap()