Searched defs:put (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/io/
H A Dbufferstream.cpp141 int BufferOutputStream::put(gunichar ch) function in class:Inkscape::IO::BufferOutputStream
H A Dstringstream.cpp115 int StringOutputStream::put(gunichar ch) function in class:Inkscape::IO::StringOutputStream
H A Dbase64stream.cpp257 destination.put('\n');
280 destination.put(ch);
284 destination.put('\n');
293 int Base64OutputStream::put(gunichar ch) function in class:Inkscape::IO::Base64OutputStream
H A Duristream.cpp405 int UriOutputStream::put(gunichar ch) function in class:Inkscape::IO::UriOutputStream
471 void UriWriter::put(gunichar ch) function in class:Inkscape::IO::UriWriter
473 outputStream->put(ch);
H A Dxsltstream.cpp217 destination.put(ch);
231 int XsltOutputStream::put(gunichar ch) function in class:Inkscape::IO::XsltOutputStream
H A Dgzipstream.cpp314 destination.put(0x1f);
315 destination.put(0x8b);
318 destination.put(Z_DEFLATED);
321 destination.put(0);
324 destination.put(0);
325 destination.put(0);
326 destination.put(0);
327 destination.put(0);
330 destination.put(0);
333 //destination.put(OS_COD
435 int GzipOutputStream::put(gunichar ch) function in class:Inkscape::IO::GzipOutputStream
[all...]
H A Dinkscapestream.h192 virtual int put(gunichar ch) = 0;
215 virtual int put(gunichar ch);
241 int put(gunichar ch) function in class:Inkscape::IO::StdOutputStream
473 virtual void put(gunichar ch) = 0;
527 virtual void put(gunichar ch);
618 virtual void put(gunichar ch);
646 virtual void put(gunichar ch);
H A Dinkscapestream.cpp33 dest.put(ch);
128 int BasicOutputStream::put(gunichar ch) function in class:Inkscape::IO::BasicOutputStream
132 destination.put(ch);
467 void BasicWriter::put(gunichar ch) function in class:Inkscape::IO::BasicWriter
470 destination->put(ch);
494 put(uch);
505 put(str[i]);
740 void OutputStreamWriter::put(gunichar ch) function in class:Inkscape::IO::OutputStreamWriter
742 outputStream.put(ch);
790 void StdWriter::put(gunicha function in class:Inkscape::IO::StdWriter
[all...]
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp123 void put (gunichar ch);
129 void mywriter::put (gunichar ch) { _str += ch; } function in class:Inkscape::Extension::Internal::Filter::mywriter
/inkscape/share/extensions/
H A Drender_barcode_qrcode.py42 buffer.put(ord(self.data[i]), 8)
285 buffer.put(data.mode, 4)
286 buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, tn) )
315 buffer.put(data.mode, 4)
316 buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) )
334 buffer.put(0, 4)
345 buffer.put(QRCode.PAD0, 8)
349 buffer.put(QRCode.PAD1, 8)
1015 def put(self, num, length): member in class:QRBitBuffer
1066 grp = inkex.etree.SubElement(self.current_layer, 'g', grp_attribs) #the group to put everythin
[all...]
/inkscape/src/util/
H A Dziptool.cpp395 * put symbols in table sorted by length, by symbol order within each
882 void put(int ch);
1031 void Deflater::put(int ch) function in class:Deflater
1045 put(lo);
1046 put(hi);
1056 put(outputBitBuf & 0xff);
1079 put(b);
1474 void GzipFile::put(unsigned char ch) function in class:GzipFile

Completed in 61 milliseconds