Searched refs:_write_callback (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp108 static cairo_status_t _write_callback(void *closure, const unsigned char *data, unsigned int length);
805 surface = cairo_pdf_surface_create_for_stream(Inkscape::Extension::Internal::_write_callback, _stream, width, height);
811 surface = cairo_ps_surface_create_for_stream(Inkscape::Extension::Internal::_write_callback, _stream, width, height);
1836 _write_callback(void *closure, const unsigned char *data, unsigned int length) function in namespace:Inkscape::Extension::Internal

Completed in 17 milliseconds