Searched refs:instr (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/
H A Deffect.h130 static gchar * remove_ (gchar * instr);
/inkscape/src/xml/
H A Drepr-io.cpp88 instr(NULL),
125 Inkscape::IO::UriInputStream* instr; member in class:XmlSource
148 instr = new Inkscape::IO::UriInputStream(fp, dummy);
149 gzin = new Inkscape::IO::GzipInputStream(*instr);
312 if ( instr ) {
313 instr->close();
315 delete instr;
316 instr = 0;
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp95 std::string instr; local
96 while (std::getline(fontfix_file, instr)) {
97 if (instr[0] == '#') {
103 int elements = sscanf(instr.c_str(), "%lf %lf %lf %127[^\n]",
106 g_warning("Malformed line in %s: %s\n", fontfix_path.c_str(), instr.c_str());

Completed in 19 milliseconds