Searched defs:images (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/xml/
H A Drebase-hrefs.cpp223 std::set<SPObject *> images = doc->getResourceList("image"); local
224 for (std::set<SPObject *>::const_iterator it = images.begin(); it != images.end(); ++it) {
239 // Imported images, first time rebased, need an old base.
/inkscape/src/display/
H A Ddrawing.h40 guint32 images; member in struct:Inkscape::Drawing::OutlineColors
/inkscape/src/ui/dialog/
H A Dicon-preview.h87 Gtk::Image** images; member in class:Inkscape::UI::Dialog::IconPreviewPanel
/inkscape/src/
H A Dresource-manager.cpp182 std::set<SPObject *> images = doc->getResourceList("image"); local
183 for (std::set<SPObject *>::const_iterator it = images.begin(); it != images.end(); ++it) {
309 std::set<SPObject *> images = doc->getResourceList("image"); local
310 for (std::set<SPObject *>::const_iterator it = images.begin(); it != images.end(); ++it) {
/inkscape/src/extension/internal/
H A Demf-inout.h131 // hatches, images, gradients, struct w/ constructor
165 EMF_STRINGS images; // hold images, all like Image#, where # is the slot the image lives. member in struct:Inkscape::Extension::Internal::emf_callback_data
H A Dwmf-inout.h128 // hatches, images, gradients, struct w/ constructor
159 WMF_STRINGS images; // hold images, all like Image#, where # is the slot the image lives. member in struct:Inkscape::Extension::Internal::wmf_callback_data

Completed in 3094 milliseconds