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

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp81 double xscale = 1; local
89 xscale = 960.0 / round(10.*ir->x()); // round-off to 0.1 dpi
93 xscale = 960.0;
97 xscale = 96.0 / defaultxdpi;
101 width *= xscale;
H A Dodf.cpp985 double &xscale, double &yscale)
1001 xscale = s0;
1646 double xscale; local
1648 analyzeTransform(tf, rotate, xskew, yskew, xscale, yscale);
1731 iwidth = xscale * iwidth;
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):
64 pt[0]=org[0]+(pt[0]-org[0])*xscale
H A Dpathscatter.py75 def stretch(pathcomp,xscale,yscale,org):
78 pt[0]=org[0]+(pt[0]-org[0])*xscale

Completed in 23 milliseconds