Lines Matching refs:_origin
46 , _origin(area.min())
61 , _origin(logbox.min())
73 , _origin(origin)
91 Geom::Rect r = Geom::Rect::from_xywh(_origin, dimensions());
113 return _origin;
126 Geom::Affine ret = Geom::Translate(-_origin) * _scale;
162 cairo_translate(ct, -_origin[X], -_origin[Y]);
169 Geom::IntRect ret = Geom::IntRect::from_xywh(_origin.round(), _pixels);
230 _origin += t;
242 _origin = _pending_area.min();
317 DrawingContext dc(surface, _origin);