Lines Matching full:blue
47 unsigned short red, green, blue; in miBuildRenderColormap() local
149 blue = (b * 65535 + (cube - 1) / 2) / (cube - 1); in miBuildRenderColormap()
151 &blue, &pixel, 0) != Success) in miBuildRenderColormap()
157 red = green = blue = (g * 65535 + (gray - 1) / 2) / (gray - 1); in miBuildRenderColormap()
158 if (AllocColor(pColormap, &red, &green, &blue, &pixel, 0) != Success) in miBuildRenderColormap()
172 /* 0 <= red, green, blue < 32 */
175 int red, int green, int blue) in FindBestColor() argument
191 db = db - blue; in FindBestColor()
272 pFormat->index.pValues[i].blue = rgb[i].blue; in miInitIndexed()
277 ((rgb[i].blue & 0xff00) >> 8)); in miInitIndexed()
326 ((pdef->blue & 0xff00) >> 8)); in miUpdateIndexed()