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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp1488 double shifti = di; local
1492 if( !shiftx_excludew ) shifti += i;
1496 if ( shiftx_exp != 1.0 ) shifti = pow( shifti, shiftx_exp );
1500 Geom::Affine rect_translate (Geom::Translate (w * shifti, h * shiftj));

Completed in 40 milliseconds