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

  /external/pdfium/samples/
image_diff.cc 263 uint32_t base_pixel = image1.pixel_at(x, y); local
264 if (base_pixel != image2.pixel_at(x, y)) {
270 uint32_t alpha = base_pixel & RGBA_ALPHA;
271 uint32_t new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 322 unsigned long base_pixel; member in struct:__anon53872
  /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:__anon55738
  /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 511 milliseconds