Searched refs:xscale (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | gdkpixbuf-input.cpp | 81 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 D | odf.cpp | 985 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 D | pathalongpath.py | 61 def stretch(pathcomp,xscale,yscale,org): 64 pt[0]=org[0]+(pt[0]-org[0])*xscale
|
H A D | pathscatter.py | 75 def stretch(pathcomp,xscale,yscale,org): 78 pt[0]=org[0]+(pt[0]-org[0])*xscale
|
Completed in 22 milliseconds