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

/inkscape/src/
H A Dsp-ellipse.cpp217 GenericEllipseType new_type = SP_GENERIC_ELLIPSE_UNDEFINED; local
219 new_type = SP_GENERIC_ELLIPSE_ARC;
221 new_type = SP_GENERIC_ELLIPSE_CIRCLE;
223 new_type = SP_GENERIC_ELLIPSE_ELLIPSE;
225 // std::cout << " new_type: " << new_type << std::endl;
229 switch ( new_type ) {
246 if( type != new_type ) {
247 switch( new_type ) {
260 type = new_type;
[all...]
/inkscape/src/ui/tools/
H A Dmesh-tool.cpp476 SPGradientType new_type = SP_GRADIENT_TYPE_MESH; local
484 SPGradient *priv = sp_item_set_gradient(item, vector, new_type, fsmode);
H A Dgradient-tool.cpp500 SPGradientType new_type = (SPGradientType) prefs->getInt("/tools/gradient/newgradient", SP_GRADIENT_TYPE_LINEAR); local
505 SPGradient *priv = sp_item_set_gradient(item, vector, new_type, fsmode);

Completed in 21 milliseconds