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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 57 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf); local
61 for (int i = 0; i < total_length; ++i, gdk_pixels += 4) {
62 const unsigned char& red = gdk_pixels[0];
63 const unsigned char& green = gdk_pixels[1];
64 const unsigned char& blue = gdk_pixels[2];
65 const unsigned char& alpha = gdk_pixels[3];
73 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf); local
78 guchar* pixel = gdk_pixels + row + (x * 3);
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 248 guchar* gdk_pixels = gdk_pixbuf_get_pixels(image); local
250 guchar* pixel = gdk_pixels + (y * rowstride) + (x * n_channels);

Completed in 62 milliseconds