Searched refs:base_pixel (Results 1 – 2 of 2) sorted by relevance
263 uint32_t base_pixel = image1.pixel_at(x, y); in CreateImageDiff() local264 if (base_pixel != image2.pixel_at(x, y)) { in CreateImageDiff()270 uint32_t alpha = base_pixel & RGBA_ALPHA; in CreateImageDiff()271 uint32_t new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA); in CreateImageDiff()
115 #define XGammaPacket(map,color) (size_t) (map->base_pixel+ \122 #define XGammaPixel(image,map,color) (size_t) (map->base_pixel+ \135 #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \2972 map_info->base_pixel=0; in XGetMapInfo()7756 number_colors=(unsigned int) (map_info->base_pixel+ in XMakeStandardColormap()