Searched refs:doTreeRecursive (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ | ||
H A D | javafx-out.h | 112 bool doTreeRecursive(SPDocument *doc, SPObject *obj); |
H A D | pov-out.h | 125 bool doTreeRecursive(SPDocument *doc, SPObject *obj); |
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())) |
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())) { |
Completed in 493 milliseconds