OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdk_pixels
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc
54
guchar*
gdk_pixels
= gdk_pixbuf_get_pixels(pixbuf);
local
58
for (int i = 0; i < total_length; ++i,
gdk_pixels
+= 4) {
59
const unsigned char& red =
gdk_pixels
[0];
60
const unsigned char& green =
gdk_pixels
[1];
61
const unsigned char& blue =
gdk_pixels
[2];
62
const unsigned char& alpha =
gdk_pixels
[3];
70
guchar*
gdk_pixels
= gdk_pixbuf_get_pixels(pixbuf);
local
75
guchar* pixel =
gdk_pixels
+ row + (x * 3);
Completed in 46 milliseconds