Searched defs:destination (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/io/
H A Duristream.cpp285 UriOutputStream::UriOutputStream(FILE* fp, Inkscape::URI &destination) argument
289 uri(destination),
301 UriOutputStream::UriOutputStream(Inkscape::URI &destination) argument
305 uri(destination),
H A Dinkscapestream.h156 * BasicOutputStream. Inherit from this class to make a destination endpoint,
178 * 3. close the destination stream
184 * the destination stream. It should NOT call flush() on
185 * the destination stream.
190 * Send one byte to the destination stream.
221 OutputStream &destination; member in class:Inkscape::IO::BasicOutputStream
563 Writer *destination; member in class:Inkscape::IO::BasicWriter
566 { destination = NULL; }
/inkscape/src/util/
H A Dziptool.cpp228 bool inflate(std::vector<unsigned char> &destination,
754 bool Inflater::inflate(std::vector<unsigned char> &destination, argument
793 destination = dest;

Completed in 579 milliseconds