Lines Matching refs:Pixel
44 miBuildRenderColormap(ColormapPtr pColormap, Pixel * pixels, int *nump) in miBuildRenderColormap()
48 Pixel pixel; in miBuildRenderColormap()
173 static Pixel
174 FindBestColor(miIndexedPtr pIndexed, Pixel * pixels, int num, in FindBestColor()
177 Pixel best = pixels[0]; in FindBestColor()
183 Pixel pixel = *pixels++; in FindBestColor()
202 static Pixel
203 FindBestGray(miIndexedPtr pIndexed, Pixel * pixels, int num, int gray) in FindBestGray()
205 Pixel best = pixels[0]; in FindBestGray()
212 Pixel pixel = *pixels++; in FindBestGray()
233 Pixel pixels[MI_MAX_INDEXED]; in miInitIndexed()
237 Pixel p, r, g, b; in miInitIndexed()