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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h65 int group_depth; // Depth of nesting groups at this level member in struct:Inkscape::Extension::Internal::SvgGraphicsState
H A Dsvg-builder.cpp133 initial_state.group_depth = 0;
167 new_state.group_depth = 0;
174 while( _state_stack.back().group_depth > 0 ) {
205 _state_stack.back().group_depth++;
228 _state_stack.back().group_depth--;

Completed in 16 milliseconds