Searched refs:yscale (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp82 double yscale = 1; local
90 yscale = 960.0 / round(10.*ir->y());
95 yscale = 960.0;
98 yscale = 96.0 / defaultxdpi;
102 height *= yscale;
H A Dodf.cpp985 double &xscale, double &yscale)
1002 yscale = s1;
1647 double yscale; local
1648 analyzeTransform(tf, rotate, xskew, yskew, xscale, yscale);
1732 iheight = yscale * iheight;
983 analyzeTransform(Geom::Affine &tf, double &rotate, double & , double & , double &xscale, double &yscale) argument
/inkscape/share/extensions/
H A Dpathalongpath.py61 def stretch(pathcomp,xscale,yscale,org):
65 pt[1]=org[1]+(pt[1]-org[1])*yscale
H A Dpathscatter.py75 def stretch(pathcomp,xscale,yscale,org):
79 pt[1]=org[1]+(pt[1]-org[1])*yscale

Completed in 23 milliseconds