Searched defs:items_only (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/helper/ |
| H A D | pixbuf-ops.cpp | 100 GSList *items_only) 133 if (items_only) { 134 hide_other_items_recursively(doc->getRoot(), items_only, dkey); 96 sp_generate_internal_bitmap(SPDocument *doc, gchar const * , double x0, double y0, double x1, double y1, unsigned width, unsigned height, double xdpi, double ydpi, unsigned long , GSList *items_only) argument
|
| H A D | png-write.cpp | 390 const std::vector<SPItem*> &items_only) 393 width, height, xdpi, ydpi, bgcolor, status, data, force_overwrite, items_only); 402 const std::vector<SPItem*> &items_only) 460 if (!items_only.empty()) { 461 hide_other_items_recursively(doc->getRoot(), items_only, dkey); 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 22 milliseconds