Lines Matching defs:pixbuf
89 row[dash_columns.pixbuf] = Glib::wrap(sp_dash_to_pixbuf(dashes[i]));
94 row[dash_columns.pixbuf] = Glib::wrap(sp_text_to_pixbuf((char *)"Custom"));
109 Glib::RefPtr<Gdk::Pixbuf> pixbuf = (*row)[dash_columns.pixbuf];
110 image_renderer.property_pixbuf() = pixbuf;
239 * Fill a pixbuf with the dash pattern using standard cairo drawing
260 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s);
261 return pixbuf;
265 * Fill a pixbuf with a text label using standard cairo drawing
283 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s);
284 return pixbuf;