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

  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 37 uint32 image_pixel = image_row[x]; local
38 dst_row[x] = (image_pixel & 0xFF000000) |
39 (0x00FFFFFF - (image_pixel & 0x00FFFFFF));
191 uint32 image_pixel = image_row[x % image.width()]; local
193 double img_a = SkColorGetA(image_pixel);
194 double img_r = SkColorGetR(image_pixel);
195 double img_g = SkColorGetG(image_pixel);
196 double img_b = SkColorGetB(image_pixel);
  /external/libpng/contrib/libtests/
pngvalid.c 5270 typedef struct image_pixel struct
5292 } image_pixel; typedef in typeref:struct:image_pixel
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 537 uint32 image_pixel = image_row[x]; variable
539 dst_row[x] = (image_pixel & 0xFF000000) == 0x0 ? 0x0 : color_;
    [all...]

Completed in 93 milliseconds