Lines Matching defs:pixels
125 * The pixels formats of Cairo and GdkPixbuf are different.
126 * GdkPixbuf accesses pixels as bytes, alpha is not premultiplied,
128 * Cairo accesses pixels as 32-bit ints, alpha is premultiplied,
146 * the pixels are converted in place to the Cairo or the GdkPixbuf format.
420 guchar const *Pixbuf::pixels() const {
423 guchar *Pixbuf::pixels() {
853 * the alpha values of pixels from @a s.
1151 guchar *pixels = cairo_image_surface_get_data(s);
1156 convert_pixels_argb32_to_pixbuf(pixels, w, h, rs);
1159 pixels, GDK_COLORSPACE_RGB, TRUE, 8,
1171 void ink_cairo_pixbuf_cleanup(guchar * /*pixels*/, void *data)