Searched defs:open (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/extension/internal/
H A Dwpg-input.cpp82 SPDocument *WpgInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * uri) function in class:Inkscape::Extension::Internal::WpgInput
162 c-file-offsets:((innamespace . 0)(inline-open . 0))
H A Dsvg.cpp193 Svg::open (Inkscape::Extension::Input */*mod*/, const gchar *uri) function in class:Inkscape::Extension::Internal::Svg
202 g_warning("Error: Could not open file '%s' with VFS\n", uri);
288 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dgimpgrad.cpp97 \brief Actually open the gradient and turn it into an SPDocument
132 GimpGrad::open (Inkscape::Extension::Input */*module*/, gchar const *filename) function in class:Inkscape::Extension::Internal::GimpGrad
290 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dcdr-input.cpp224 SPDocument *CdrInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * uri) function in class:Inkscape::Extension::Internal::CdrInput
353 c-file-offsets:((innamespace . 0)(inline-open . 0))
H A Dgdkpixbuf-input.cpp26 GdkpixbufInput::open(Inkscape::Extension::Input *mod, char const *uri) function in class:Inkscape::Extension::Internal::GdkpixbufInput
34 // std::cout << "GkdpixbufInput::open: "
248 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dvsd-input.cpp227 SPDocument *VsdInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * uri) function in class:Inkscape::Extension::Internal::VsdInput
356 c-file-offsets:((innamespace . 0)(inline-open . 0))
H A Dwmf-inout.cpp2294 d->mask |= U_DRAW_CLOSED; // Bitblit is not really open or closed, but we need it to fill, and this is the flag for that
2332 d->mask |= U_DRAW_CLOSED; // Bitblit is not really open or closed, but we need it to fill, and this is the flag for that
2736 d->mask |= U_DRAW_CLOSED; // Bitblit is not really open or closed, but we need it to fill, and this is the flag for that
3083 Wmf::open( Inkscape::Extension::Input * /*mod*/, const gchar *uri ) function in class:Inkscape::Extension::Internal::Wmf
3223 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Demf-inout.cpp2962 d->mask |= U_DRAW_CLOSED; // Bitblit is not really open or closed, but we need it to fill, and this is the flag for that
3521 Emf::open( Inkscape::Extension::Input * /*mod*/, const gchar *uri ) function in class:Inkscape::Extension::Internal::Emf
3646 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/2geom/
H A Dsweep-bounds.cpp45 std::vector<unsigned> open; local
49 std::vector<unsigned>::iterator iter = std::find(open.begin(), open.end(), ix);
50 //if(iter != open.end())
51 open.erase(iter);
53 for(unsigned j = 0; j < open.size(); j++) {
54 unsigned jx = open[j];
59 open.push_back(ix);
93 std::vector<unsigned> open[2]; local
102 open[
[all...]
/inkscape/src/extension/
H A Dinput.cpp143 Input::open (const gchar *uri) function in class:Inkscape::Extension::Input
153 SPDocument *const doc = imp->open(this, uri);
243 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dsystem.cpp54 * \brief This is a generic function to use the open function of
70 * Lastly, the open function is called in the module itself.
72 SPDocument *open(Extension *key, gchar const *filename) function in namespace:Inkscape::Extension
118 SPDocument *doc = imod->open(filename);
148 * Basically this function only looks at input modules as it is part of the open function. If the
167 // skip all the rest if we already found a function to open it
364 * Basically this function only looks at output modules as it is part of the open function. If the
704 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/extension/implementation/
H A Dimplementation.h108 virtual SPDocument *open(Inkscape::Extension::Input * /*module*/, function in class:Inkscape::Extension::Implementation::Implementation
197 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dxslt.cpp139 SPDocument * XSLT::open(Inkscape::Extension::Input */*module*/, function in class:Inkscape::Extension::Implementation::XSLT
257 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dscript.cpp478 \param filename File to open.
493 SPDocument *Script::open(Inkscape::Extension::Input *module, function in class:Inkscape::Extension::Implementation::Script
517 mydoc = Inkscape::Extension::open(
521 mydoc = Inkscape::Extension::open(
538 } // open
752 mydoc = Inkscape::Extension::open(
991 The next thing is that this function does is open a pipe to the
1170 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/libcola/
H A Dstraightener.h99 bool open; member in class:straightener::Node
104 edge(NULL),dummy(false),weight(-0.1),open(false) { }
/inkscape/src/io/
H A Dinkjar.cpp104 bool JarFile::open() function in class:Inkjar::JarFile
110 fprintf(stderr, "open failed.\n");
473 _jarfile.open();
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp668 PdfInput::open(::Inkscape::Extension::Input * /*mod*/, const gchar * uri) { function in class:Inkscape::Extension::Internal::PdfInput
727 g_message("couldn't open the PDF file.");
872 std::cerr << "PDFInput::open: error opening document: " << full_uri << std::endl;
969 c-file-offsets:((innamespace . 0)(inline-open . 0))

Completed in 1356 milliseconds