Lines Matching defs:bbox
34 Geom::OptRect bbox;
158 if (this->maskContentUnits == SP_CONTENT_UNITS_OBJECTBOUNDINGBOX && v->bbox) {
159 Geom::Affine t = Geom::Scale(v->bbox->dimensions());
160 t.setTranslation(v->bbox->min());
247 if (this->maskContentUnits == SP_CONTENT_UNITS_OBJECTBOUNDINGBOX && this->display->bbox) {
248 Geom::Affine t = Geom::Scale(this->display->bbox->dimensions());
249 t.setTranslation(this->display->bbox->min());
277 void SPMask::sp_mask_set_bbox(unsigned int key, Geom::OptRect const &bbox) {
280 v->bbox = bbox;
296 new_mask_view->bbox = Geom::OptRect();