HomeSort by relevance Sort by last modified time
    Searched defs:base_pixel (Results 1 - 3 of 3) 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:__anon37821
  /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:__anon39684

Completed in 618 milliseconds