Searched defs:images (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/xml/ |
H A D | rebase-hrefs.cpp | 223 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 D | drawing.h | 40 guint32 images; member in struct:Inkscape::Drawing::OutlineColors
|
/inkscape/src/ui/dialog/ |
H A D | icon-preview.h | 87 Gtk::Image** images; member in class:Inkscape::UI::Dialog::IconPreviewPanel
|
/inkscape/src/ |
H A D | resource-manager.cpp | 182 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 D | emf-inout.h | 131 // 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 D | wmf-inout.h | 128 // 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