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

/inkscape/src/
H A Dsp-use.cpp252 static unsigned recursion_depth = 0; local
254 if (recursion_depth >= 4) {
262 ++recursion_depth;
264 --recursion_depth;

Completed in 310 milliseconds