Searched defs:unionResult (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dspray-tool.cpp1002 SPItem *unionResult = NULL; // Previous union local
1012 unionResult = item1;
1050 if (unionResult) { // No need to add the very first item (initialized with NULL).
1051 selection->add(unionResult);

Completed in 19 milliseconds