/inkscape/src/extension/internal/ |
H A D | wpg-input.cpp | 82 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 D | svg.cpp | 193 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 D | gimpgrad.cpp | 97 \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 D | cdr-input.cpp | 224 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 D | gdkpixbuf-input.cpp | 26 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 D | vsd-input.cpp | 227 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 D | wmf-inout.cpp | 2294 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 D | emf-inout.cpp | 2962 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 D | sweep-bounds.cpp | 45 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 D | input.cpp | 143 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 D | system.cpp | 54 * \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 D | implementation.h | 108 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 D | xslt.cpp | 139 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 D | script.cpp | 478 \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 D | straightener.h | 99 bool open; member in class:straightener::Node 104 edge(NULL),dummy(false),weight(-0.1),open(false) { }
|
/inkscape/src/io/ |
H A D | inkjar.cpp | 104 bool JarFile::open() function in class:Inkjar::JarFile 110 fprintf(stderr, "open failed.\n"); 473 _jarfile.open();
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 668 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))
|