Searched refs:sp_export_png_file (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/helper/ |
H A D | png-write.h | 33 ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename, 39 ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename,
|
H A D | png-write.cpp | 384 ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename, function 392 return sp_export_png_file(doc, filename, Geom::Rect(Geom::Point(x0,y0),Geom::Point(x1,y1)), 396 ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename, function
|
/inkscape/src/ui/dialog/ |
H A D | print.cpp | 80 sp_export_png_file(junk->_doc, tmp_png.c_str(), 0.0, 0.0,
|
H A D | export.cpp | 1073 if (!sp_export_png_file (doc, path.c_str(), 1163 ExportResult status = sp_export_png_file(desktop->getDocument(), path.c_str(),
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 1194 sp_export_png_file(_clipboardSPDoc, filename, area, width, height, dpi, dpi, bgcolor, NULL, NULL, true, x);
|
/inkscape/src/ |
H A D | main.cpp | 1690 if( sp_export_png_file(doc, path.c_str(), area, width, height, dpi,
|
H A D | selection-chemistry.cpp | 3685 sp_export_png_file(document, filepath,
|
Completed in 53 milliseconds