Lines Matching defs:surface
482 * \brief Copies image data from a Cairo surface to a pixbuf
488 static void copy_cairo_surface_to_pixbuf (cairo_surface_t *surface,
498 cairo_width = cairo_image_surface_get_width (surface);
499 cairo_height = cairo_image_surface_get_height (surface);
567 // Copy the thumbnail image from the Cairo surface
614 // Create new Cairo surface
883 cairo_surface_t* surface = cairo_svg_surface_create_for_stream(Inkscape::Extension::Internal::_write_ustring_cb,
890 cairo_svg_surface_restrict_to_version( surface, CAIRO_SVG_VERSION_1_2 );
892 cairo_t* cr = cairo_create(surface);
898 cairo_surface_destroy(surface);