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

  /external/chromium_org/tools/imagediff/
image_diff.cc 279 uint32 base_pixel = image1.pixel_at(x, y); local
280 if (base_pixel != image2.pixel_at(x, y)) {
286 uint32 alpha = base_pixel & RGBA_ALPHA;
287 uint32 new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 322 unsigned long base_pixel; member in struct:__anon38700
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 322 unsigned long base_pixel; member in struct:__anon40290
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 322 unsigned long base_pixel; member in struct:__anon41805

Completed in 160 milliseconds