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

/inkscape/src/
H A Dseltrans.h174 Geom::Point _origin_for_bboxpoints; member in class:Inkscape::SelTrans
H A Dseltrans.cpp115 _origin_for_bboxpoints(Geom::Point(0,0)),
798 _origin_for_bboxpoints = _opposite_for_bboxpoints;
802 _origin_for_bboxpoints = *_center;
917 bb = new Inkscape::PureScaleConstrained(default_scale, _origin_for_bboxpoints);
921 bb = new Inkscape::PureScale(default_scale, _origin_for_bboxpoints, false);
1015 Inkscape::PureStretchConstrained bb = Inkscape::PureStretchConstrained(Geom::Coord(default_scale[axis]), _origin_for_bboxpoints, Geom::Dim2(axis), symmetrical);
1483 Geom::Rect new_bbox = Geom::Rect(_origin_for_bboxpoints, visual_handle_pos); // new visual bounding box

Completed in 19 milliseconds