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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h59 * Holds information about the current softmask and group depth for use of libpoppler.
64 Inkscape::XML::Node *softmask; // Points to current softmask node member in struct:Inkscape::Extension::Internal::SvgGraphicsState
H A Dsvg-builder.cpp132 initial_state.softmask = NULL;
168 new_state.softmask = _state_stack.back().softmask;
1887 // Add the softmask content to it
1892 _state_stack.back().softmask = mask_node;
1903 if (_state_stack.back().softmask) {
1904 _state_stack.back().softmask = NULL;

Completed in 16 milliseconds