Searched refs:base_pixel (Results 1 – 2 of 2) sorted by relevance
245 uint32_t base_pixel = image1.pixel_at(x, y); in CreateImageDiff() local246 if (base_pixel != image2.pixel_at(x, y)) { in CreateImageDiff()252 uint32_t alpha = base_pixel & RGBA_ALPHA; in CreateImageDiff()253 uint32_t new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA); in CreateImageDiff()
116 #define XGammaPacket(map,color) (size_t) (map->base_pixel+ \123 #define XGammaPixel(image,map,color) (size_t) (map->base_pixel+ \136 #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \2966 map_info->base_pixel=0; in XGetMapInfo()7754 number_colors=(unsigned int) (map_info->base_pixel+ in XMakeStandardColormap()