Searched refs:gdk_pixels (Results 1 – 2 of 2) sorted by relevance
57 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf); in GdkPixbufToImageSkia() local61 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() local78 guchar* pixel = gdk_pixels + row + (x * 3); in GdkPixbufToImageSkia()
244 guchar* gdk_pixels = gdk_pixbuf_get_pixels(image); in GetPlatformImageColor() local246 guchar* pixel = gdk_pixels + (y * rowstride) + (x * n_channels); in GetPlatformImageColor()