HomeSort by relevance Sort by last modified time
    Searched refs:base_pixel (Results 1 - 3 of 3) sorted by null

  /external/pdfium/testing/image_diff/
image_diff.cpp 245 uint32_t base_pixel = image1.pixel_at(x, y); local
246 if (base_pixel != image2.pixel_at(x, y)) {
252 uint32_t alpha = base_pixel & RGBA_ALPHA;
253 uint32_t new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 320 unsigned long base_pixel; member in struct:__anon61612
  /external/ImageMagick/MagickCore/
xwindow.c 117 #define XGammaPacket(map,color) (size_t) (map->base_pixel+ \
124 #define XGammaPixel(image,map,color) (size_t) (map->base_pixel+ \
137 #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \
    [all...]

Completed in 99 milliseconds