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

/inkscape/src/
H A Dseltrans.cpp1100 Geom::Dim2 dim_b; local
1105 dim_b = Geom::X;
1109 dim_b = Geom::Y;
1134 scale[dim_b] = 1;
1135 skew[dim_b] = 1;
1166 Inkscape::PureSkewConstrained sn = Inkscape::PureSkewConstrained(skew[dim_a], scale[dim_a], _origin, Geom::Dim2(dim_b));
1181 pt[dim_b] = initial_delta[dim_a] * skew[dim_a] + _point[dim_b];
1187 _relative_affine[2*dim_a + (dim_b)] = (pt[dim_b]
[all...]

Completed in 29 milliseconds