Searched refs:outbuf (Results 1 - 8 of 8) sorted by relevance
| /inkscape/src/io/ |
| H A D | xsltstream.cpp | 101 xmlDocDumpFormatMemory(resDoc, &outbuf, &outsize, 1); 114 xmlFree(outbuf); 146 int ch = (int) outbuf[outpos++]; 203 xmlDocPtr srcDoc = xmlParseMemory(outbuf.raw().c_str(), outbuf.size()); 233 outbuf.push_back(ch);
|
| H A D | xsltstream.h | 92 xmlChar *outbuf; member in class:Inkscape::IO::XsltInputStream 127 Glib::ustring outbuf; member in class:Inkscape::IO::XsltOutputStream
|
| /inkscape/src/extension/internal/ |
| H A D | pov-out.cpp | 98 outbuf (), 134 outbuf.append(output); 607 outbuf.clear(); 628 String curveBuf = outbuf; 629 outbuf.clear(); 637 outbuf.append(curveBuf); 654 for (String::iterator iter = outbuf.begin() ; iter!=outbuf.end(); ++iter)
|
| H A D | javafx-out.h | 77 String outbuf; //main output buffer member in class:Inkscape::Extension::Internal::JavaFXOutput
|
| H A D | javafx-out.cpp | 105 outbuf(), 213 outbuf.append(output); 834 outbuf.clear(); 861 String curveBuf = outbuf; 862 outbuf.clear(); 868 outbuf.append(curveBuf); 891 for (String::iterator iter = outbuf.begin() ; iter!=outbuf.end(); ++iter)
|
| H A D | pov-out.h | 163 String outbuf; member in class:Inkscape::Extension::Internal::PovOutput
|
| /inkscape/src/util/ |
| H A D | ziptool.h | 171 virtual bool writeBuffer(std::vector<unsigned char> &outbuf); 448 virtual bool writeBuffer(std::vector<unsigned char> &outbuf);
|
| /inkscape/ |
| H A D | buildtool.cpp | 3090 String &outbuf, 3938 String &outbuf, 3945 outbuf.clear(); 3991 if (&outbuf != &errbuf) { 4081 outbuf.push_back(readBuf[i]); 4096 //trace("outbuf:%s", outbuf.c_str()); 4135 String &outbuf, 4142 outbuf.clear(); 4236 outbuf 3936 executeCommand(const String &command, const String &inbuf, String &outbuf, String &errbuf) argument 4133 executeCommand(const String &command, const String &inbuf, String &outbuf, String &errbuf) argument 8027 String outbuf, errbuf; local 8507 String outbuf, errbuf; local 8882 String outbuf, errbuf; local [all...] |
Completed in 44 milliseconds