Searched refs:green_max (Results 1 – 3 of 3) sorted by relevance
185 float green_min = 1e38f, green_max = -1e38f; in update_imageblock_flags() local205 if (green > green_max) in update_imageblock_flags()206 green_max = green; in update_imageblock_flags()223 pb->green_max = green_max; in update_imageblock_flags()
156 float green_min, green_max; member
119 ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \126 ((ScaleQuantumToShort(XGreenGamma(GetPixelGreen(image,color)))*map->green_max/65535L)* \138 (((color)->green*map->green_max/65535L)*map->green_mult)+ \2955 map_info->green_max=visual_info->green_mask; in XGetMapInfo()2956 map_info->green_mult=(size_t) (map_info->green_max != 0 ? 1 : 0); in XGetMapInfo()2957 if (map_info->green_max != 0) in XGetMapInfo()2958 while ((map_info->green_max & 0x01) == 0) in XGetMapInfo()2960 map_info->green_max>>=1; in XGetMapInfo()6275 (map_info->green_max == 255) && (map_info->blue_max == 255) && in XMakeImageLSBFirst()6319 (map_info->green_max == 255) && (map_info->blue_max == 255) && in XMakeImageLSBFirst()[all …]