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

/inkscape/src/
H A Ddocument.cpp1607 static unsigned int count_objects_recursive(SPObject *obj, unsigned int count) function
1612 count = count_objects_recursive(i, count);
1620 return count_objects_recursive(document->getRoot(), 0);

Completed in 13 milliseconds