Lines Matching refs:blue_max
160 TRUEMATCH(blue_mult, blue_max, blue_mask);
189 if (colormap->blue_max > ncolors)
190 ncolors = colormap->blue_max;
198 colormap->blue_max * colormap->blue_mult + 1;
252 colormap->blue_max));
260 else if (colormap->green_max == 0 && colormap->blue_max == 0)
273 else if (colormap->red_max == 0 && colormap->blue_max == 0)
290 color.blue = (unsigned short) ((i * 65535) / colormap->blue_max);
309 color.blue = calc(blue_max, blue_mult);
511 (colormap->blue_max + 1) + colormap->base_pixel - 1;
524 (((i%colormap->green_mult) * 65535) / colormap->blue_max);