Searched defs:close (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/io/
H A Dbufferstream.cpp80 void BufferInputStream::close() function in class:Inkscape::IO::BufferInputStream
124 void BufferOutputStream::close() function in class:Inkscape::IO::BufferOutputStream
H A Dstringstream.cpp59 void StringInputStream::close() function in class:Inkscape::IO::StringInputStream
99 void StringOutputStream::close() function in class:Inkscape::IO::StringOutputStream
H A Dbase64stream.cpp87 close();
108 void Base64InputStream::close() function in class:Inkscape::IO::Base64InputStream
112 source.close();
209 close();
216 void Base64OutputStream::close() function in class:Inkscape::IO::Base64OutputStream
259 destination.close();
271 //dont flush here. do it on close()
H A Duristream.cpp152 close();
170 void UriInputStream::close() function in class:Inkscape::IO::UriInputStream
263 void UriReader::close() function in class:Inkscape::IO::UriReader
265 inputStream->close();
345 close();
352 void UriOutputStream::close() function in class:Inkscape::IO::UriOutputStream
455 void UriWriter::close() function in class:Inkscape::IO::UriWriter
457 outputStream->close();
H A Dxsltstream.cpp132 void XsltInputStream::close() function in class:Inkscape::IO::XsltInputStream
173 //do not automatically close
180 void XsltOutputStream::close() function in class:Inkscape::IO::XsltOutputStream
183 destination.close();
H A Dgzipstream.cpp72 close();
100 void GzipInputStream::close() function in class:Inkscape::IO::GzipInputStream
344 close();
351 void GzipOutputStream::close() function in class:Inkscape::IO::GzipOutputStream
373 destination.close();
H A Dinkscapestream.h71 * Do whatever it takes to 'close' this input stream
75 virtual void close() = 0;
109 virtual void close();
136 void close() function in class:Inkscape::IO::StdInputStream
177 * 2. close itself
178 * 3. close the destination stream
180 virtual void close() = 0;
211 virtual void close();
235 void close() function in class:Inkscape::IO::StdOutputStream
276 virtual void close()
[all...]
H A Dinkjar.cpp121 bool JarFile::close() function in class:Inkjar::JarFile
497 _jarfile.close();
H A Dinkscapestream.cpp69 void BasicInputStream::close() function in class:Inkscape::IO::BasicInputStream
73 source.close();
106 void BasicOutputStream::close() function in class:Inkscape::IO::BasicOutputStream
110 destination.close();
167 void BasicReader::close() function in class:Inkscape::IO::BasicReader
170 source->close();
352 void InputStreamReader::close() function in class:Inkscape::IO::InputStreamReader
354 inputStream.close();
404 void StdReader::close() function in class:Inkscape::IO::StdReader
406 inputStream->close();
448 void BasicWriter::close() function in class:Inkscape::IO::BasicWriter
722 void OutputStreamWriter::close() function in class:Inkscape::IO::OutputStreamWriter
772 void StdWriter::close() function in class:Inkscape::IO::StdWriter
[all...]
/inkscape/src/ui/view/
H A Dview.h81 void close() { _close(); } function in class:Inkscape::UI::View::View
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp121 void close(void);
127 void mywriter::close (void) { return; } function in class:Inkscape::Extension::Internal::Filter::mywriter
/inkscape/src/ui/tools/
H A Dmesh-tool.cpp285 bool close = (dist_screen < tolerance); local
287 return close;
H A Dgradient-tool.cpp215 bool close = (dist_screen < tolerance); local
217 return close;
/inkscape/src/xml/
H A Drepr-io.cpp98 close();
114 int close();
253 self->close();
305 int XmlSource::close() function in class:XmlSource
308 gzin->close();
313 instr->close();
676 outs.close();
/inkscape/share/extensions/
H A Dgcodetools.py1634 f.close()
1811 def close(self) : member in class:Biarc
1818 self.close()
2110 # Join last and first offsets togother to close the curve
2191 # Close parts list to close path (The first and the last parts are joined together)
3213 f.close()
3217 f.close()
3263 f.close()
3853 f.close()
3859 f.close()
[all...]

Completed in 176 milliseconds