Lines Matching refs:_origin_for_specpoints
114 _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);