Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c433 unsigned int limg; in xnestResolveColor() local
435 limg = pVisual->ColormapEntries - 1; in xnestResolveColor()
438 *pRed = ((((*pRed * (limg + 1))) >> 16) * 65535) / limg; in xnestResolveColor()
442 unsigned limr, limg, limb; in xnestResolveColor() local
445 limg = pVisual->greenMask >> pVisual->offsetGreen; in xnestResolveColor()
450 *pGreen = ((((((*pGreen * (limg + 1)) >> 16) * in xnestResolveColor()
451 65535) / limg) >> shift) * 65535) / lim; in xnestResolveColor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c118 unsigned limr, limg, limb; in miInitializeColormap() local
121 limg = pVisual->greenMask >> pVisual->offsetGreen; in miInitializeColormap()
128 ((((i * 65535) / limg) >> shift) * 65535) / lim; in miInitializeColormap()
134 unsigned limr, limg, limb; in miInitializeColormap() local
137 limg = pVisual->greenMask >> pVisual->offsetGreen; in miInitializeColormap()
146 * 65535) / limg) >> shift) * 65535) / lim; in miInitializeColormap()