Lines Matching refs:pixel
48 Pixel pixel; in miBuildRenderColormap() local
146 pixel = 0; in miBuildRenderColormap()
151 &blue, &pixel, 0) != Success) in miBuildRenderColormap()
153 used[pixel] = TRUE; in miBuildRenderColormap()
156 pixel = 0; in miBuildRenderColormap()
158 if (AllocColor(pColormap, &red, &green, &blue, &pixel, 0) != Success) in miBuildRenderColormap()
160 used[pixel] = TRUE; in miBuildRenderColormap()
183 Pixel pixel = *pixels++; in FindBestColor() local
184 CARD32 v = pIndexed->rgba[pixel]; in FindBestColor()
195 best = pixel; in FindBestColor()
212 Pixel pixel = *pixels++; in FindBestGray() local
213 CARD32 v = pIndexed->rgba[pixel]; in FindBestGray()
221 best = pixel; in FindBestGray()
269 pFormat->index.pValues[i].pixel = p; in miInitIndexed()
323 pIndexed->rgba[pdef->pixel] = (0xff000000 | in miUpdateIndexed()