Searched refs:cleanup (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/inkgc/
H A Dgc-core.h138 Inkscape::GC::CleanupFunc cleanup=NULL,
161 if (cleanup) {
162 Core::register_finalizer_ignore_self(mem, cleanup, data, NULL, NULL);
169 Inkscape::GC::CleanupFunc cleanup=NULL,
173 return operator new(size, scan, Inkscape::GC::AUTO, cleanup, data);
179 Inkscape::GC::CleanupFunc cleanup=NULL,
183 return operator new(size, scan, collect, cleanup, data);
188 Inkscape::GC::CleanupFunc cleanup=NULL,
192 return operator new[](size, scan, Inkscape::GC::AUTO, cleanup, data);
135 operator new(std::size_t size, Inkscape::GC::ScanPolicy scan, Inkscape::GC::CollectionPolicy collect, Inkscape::GC::CleanupFunc cleanup=NULL, void *data=NULL) argument
167 operator new(std::size_t size, Inkscape::GC::ScanPolicy scan, Inkscape::GC::CleanupFunc cleanup=NULL, void *data=NULL) argument
176 operator new[](std::size_t size, Inkscape::GC::ScanPolicy scan, Inkscape::GC::CollectionPolicy collect, Inkscape::GC::CleanupFunc cleanup=NULL, void *data=NULL) argument
186 operator new[](std::size_t size, Inkscape::GC::ScanPolicy scan, Inkscape::GC::CleanupFunc cleanup=NULL, void *data=NULL) argument
/inkscape/src/libvpsc/
H A Dblocks.h64 void cleanup();
H A Dsolve_VPSC.cpp71 bs->cleanup();
109 bs->cleanup();
177 bs->cleanup();
191 f<<" finished cleanup."<<endl;
244 bs->cleanup();
H A Dblocks.cpp140 void Blocks::cleanup() { function in class:vpsc::Blocks
/inkscape/src/libcroco/
H A Dcr-declaration.c138 goto cleanup;
143 goto cleanup;
152 cleanup:
203 goto cleanup;
207 goto cleanup;
214 goto cleanup;
231 goto cleanup;
263 cleanup:
H A Dcr-statement.c959 goto cleanup;
967 cleanup:
1091 goto cleanup;
1104 cleanup:
1214 goto cleanup;
1221 goto cleanup;
1234 goto cleanup;
1238 goto cleanup;
1242 goto cleanup;
1248 goto cleanup;
[all...]
H A Dcr-rgb.c665 goto cleanup;
669 goto cleanup;
673 goto cleanup;
677 cleanup:
H A Dcr-input.c237 goto cleanup;
253 goto cleanup;
262 cleanup:
H A Dcr-sel-eng.c1430 goto cleanup;
1448 goto cleanup;
1461 goto cleanup;
1491 cleanup:
H A Dcr-style.c2342 goto cleanup;
2351 goto cleanup;
2360 goto cleanup;
2368 cleanup:
2397 goto cleanup;
2405 goto cleanup;
2413 goto cleanup;
2422 cleanup:
H A Dcr-term.c121 goto cleanup;
131 cleanup:
/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h45 void cleanup();
H A Dmulti-path-manipulator.cpp136 void MultiPathManipulator::cleanup() function in class:Inkscape::UI::MultiPathManipulator
851 cleanup();
/inkscape/src/libavoid/
H A Dvpsc.h201 void cleanup();
H A Dvpsc.cpp311 bs->cleanup();
319 bs->cleanup();
335 f<<" finished cleanup."<<endl;
394 bs->cleanup();
563 void Blocks::cleanup() { function in class:Avoid::Blocks
/inkscape/src/trace/
H A Dsiox.h550 void cleanup();
H A Dsiox.cpp765 cleanup();
1123 void Siox::cleanup()
/inkscape/src/ui/dialog/
H A Docaldialogs.h94 void cleanup( bool showConfirmed );
H A Dfiledialogimpl-gtkmm.cpp633 void FileDialogBaseGtk::cleanup(bool showConfirmed) function in class:Inkscape::UI::Dialog::FileDialogBaseGtk
942 cleanup(true);
945 cleanup(false);
1266 cleanup(true);
1270 cleanup(false);
H A Dfiledialogimpl-gtkmm.h176 void cleanup( bool showConfirmed );
/inkscape/
H A Dbuildtool.cpp9121 { cleanup() ; }
9214 void cleanup() function in class:buildtool::Target
9288 { cleanup(); }
9331 void cleanup();
9443 void Make::cleanup() function in class:buildtool::Make

Completed in 100 milliseconds