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