Searched defs:force_overwrite (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/helper/ |
H A D | png-write.cpp | 389 void *data, bool force_overwrite, 393 width, height, xdpi, ydpi, bgcolor, status, data, force_overwrite, items_only); 401 void *data, bool force_overwrite, 411 if (!force_overwrite && !sp_ui_overwrite_file(filename)) { 384 sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned long int width, unsigned long int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite, const std::vector<SPItem*> &items_only) argument 396 sp_export_png_file(SPDocument *doc, gchar const *filename, Geom::Rect const &area, unsigned long width, unsigned long height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, const std::vector<SPItem*> &items_only) argument
|
Completed in 11 milliseconds