Searched defs:doTreeRecursive (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/extension/internal/ | ||
| H A D | javafx-out.cpp | 701 bool JavaFXOutput::doTreeRecursive(SPDocument *doc, SPObject *obj) function in class:Inkscape::Extension::Internal::JavaFXOutput 737 if (!doTreeRecursive(doc, child)) { 758 if (!doTreeRecursive(doc, doc->getRoot())) { |
| H A D | pov-out.cpp | 457 bool PovOutput::doTreeRecursive(SPDocument *doc, SPObject *obj) function in class:Inkscape::Extension::Internal::PovOutput 484 if (!doTreeRecursive(doc, child)) 502 if (!doTreeRecursive(doc, doc->getRoot())) |
Completed in 41 milliseconds