Searched refs:_bbox (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/display/
H A Ddrawing-shape.cpp96 _bbox = boundingbox->roundOutwards();
98 _bbox = Geom::OptIntRect();
103 _bbox.unionWith(i->geometricBounds());
136 _bbox = boundingbox ? boundingbox->roundOutwards() : Geom::OptIntRect();
149 _bbox.unionWith(i->geometricBounds());
202 if (!area.intersects(_bbox)) return RENDER_OK; // skip if not within bounding box
H A Ddrawing-group.cpp82 _bbox = Geom::OptIntRect();
85 _bbox.unionWith(outline ? i->geometricBounds() : i->visualBounds());
H A Ddrawing-item.cpp541 if (!area.intersects(outline ? _bbox : _drawbox)) return;
562 // update _bbox and call this function for children
576 _drawbox = _bbox;
583 _bbox.unionWith(_clip->_bbox);
585 _drawbox.intersectWith(_clip->_bbox);
592 _bbox.unionWith(_mask->_bbox);
868 Geom::OptIntRect carea = Geom::intersect(area, _bbox);
905 if (!area.intersects(_bbox)) retur
[all...]
H A Ddrawing-image.cpp88 _bbox = r.roundOutwards();
90 _bbox = Geom::OptIntRect();
H A Ddrawing-item.h95 Geom::OptIntRect geometricBounds() const { return _bbox; }
194 Geom::OptIntRect _bbox; ///< Bounding box in display (pixel) coords including stroke member in class:Inkscape::DrawingItem
H A Ddrawing-text.cpp78 _bbox = Geom::IntRect();
172 _bbox = b.roundOutwards();
174 _bbox = b.roundOutwards();
190 if (_font && _bbox && (_drawing.outline() || !invisible) ) {
/inkscape/src/
H A Dseltrans.cpp108 _bbox(),
289 _bbox = selection->bounds(_snap_bbox_type);
342 if (_bbox) {
349 _opposite_for_bboxpoints = _bbox->min() + _bbox->dimensions() * Geom::Scale(1-x, 1-y);
399 if (_bbox) {
403 p[i] = _bbox->corner(i) * affine;
616 _bbox = selection->bounds(_snap_bbox_type);
619 if (!_bbox) {
630 g_assert(_bbox);
[all...]
H A Dseltrans.h156 Geom::OptRect _bbox; member in class:Inkscape::SelTrans

Completed in 60 milliseconds