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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 55 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf); local
59 for (int i = 0; i < total_length; ++i, gdk_pixels += 4) {
60 const unsigned char& red = gdk_pixels[0];
61 const unsigned char& green = gdk_pixels[1];
62 const unsigned char& blue = gdk_pixels[2];
63 const unsigned char& alpha = gdk_pixels[3];
71 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf); local
76 guchar* pixel = gdk_pixels + row + (x * 3);

Completed in 185 milliseconds