Lines Matching full:red_max
118 ((ScaleQuantumToShort(XRedGamma((color)->red))*map->red_max/65535L)* \
125 ((ScaleQuantumToShort(XRedGamma(GetPixelRed(image,color)))*map->red_max/65535L)* \
138 (((color)->red*map->red_max/65535L)*map->red_mult)+ \
2976 map_info->red_max=visual_info->red_mask;
2977 map_info->red_mult=(size_t) (map_info->red_max != 0 ? 1 : 0);
2978 if (map_info->red_max != 0)
2979 while ((map_info->red_max & 0x01) == 0)
2981 map_info->red_max>>=1;
6320 if ((ximage->bits_per_pixel == 32) && (map_info->red_max == 255) &&
6364 if ((ximage->bits_per_pixel == 32) && (map_info->red_max == 255) &&
6946 if ((ximage->bits_per_pixel == 32) && (map_info->red_max == 255) &&
6990 if ((ximage->bits_per_pixel == 32) && (map_info->red_max == 255) &&
7807 (map_info->red_max+1)*(map_info->green_max+1)*(map_info->blue_max+1));
7808 if ((map_info->red_max*map_info->green_max*map_info->blue_max) != 0)
7839 if (map_info->red_max != 0)
7841 (i/map_info->red_mult),map_info->red_max),q);
7871 " red, green, blue max: %lu %lu %lu",map_info->red_max,
8221 number_colors=(unsigned int) ((map_info->red_max*map_info->red_mult)+
8225 (((int) (map_info->red_max+1) == visual_info->colormap_size) &&
8259 if (map_info->red_max != 0)
8261 ((65535L*(i/map_info->red_mult))/map_info->red_max));
8333 " red, green, blue max: %lu %lu %lu",map_info->red_max,