Searched refs:_origin_for_specpoints (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dseltrans.cpp114 _origin_for_specpoints(Geom::Point(0,0)),
799 _origin_for_specpoints = _opposite_for_specpoints;
803 _origin_for_specpoints = *_center;
883 Geom::Scale geom_scale = calcScaleFactors(_point_geom, pt_geom, _origin_for_specpoints);
918 sn = new Inkscape::PureScaleConstrained(geom_scale, _origin_for_specpoints);
922 sn = new Inkscape::PureScale(geom_scale, _origin_for_specpoints, false);
993 Geom::Scale geom_scale = calcScaleFactors(_point_geom, pt_geom, _origin_for_specpoints);
1016 Inkscape::PureStretchConstrained sn = Inkscape::PureStretchConstrained(Geom::Coord(geom_scale[axis]), _origin_for_specpoints, Geom::Dim2(axis), symmetrical);
1554 _absolute_affine = Geom::Translate(-_origin_for_specpoints) * _relative_affine * Geom::Translate(_origin_for_specpoints);
[all...]
H A Dseltrans.h173 Geom::Point _origin_for_specpoints; member in class:Inkscape::SelTrans

Completed in 28 milliseconds