Home
last modified time | relevance | path

Searched refs:gdk_pixels (Results 1 – 2 of 2) sorted by relevance

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