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

/inkscape/src/ui/tools/
H A Dmesh-tool.cpp357 guint noperation = 0; local
362 noperation += mg->array.side_toggle( iter->second );
367 noperation += mg->array.side_arc( iter->second );
372 noperation += mg->array.tensor_toggle( iter->second );
377 noperation += mg->array.color_smooth( iter->second );
382 noperation += mg->array.color_pick( iter->second, items[iter->first] );
389 if( noperation > 0 ) {

Completed in 12 milliseconds