Lines Matching defs:blue_max
61 * blue_max returns maximum blue value
71 unsigned long *blue_max)
81 status = default_allocation(vinfo, red_max, green_max, blue_max);
84 best_allocation(vinfo, red_max, green_max, blue_max);
87 gray_allocation(vinfo->colormap_size, red_max, green_max, blue_max);
91 *green_max = *blue_max = 0;
95 *red_max = *blue_max = 0;
98 *blue_max = vinfo->colormap_size - 1;
115 unsigned long *blue_max)
119 *blue_max = (n * 11) / 100;
120 *green_max += ((n - 1) - (*red_max + *green_max + *blue_max));