Lines Matching refs:bbox
37 Geom::OptRect bbox;
152 if (this->clipPathUnits == SP_CONTENT_UNITS_OBJECTBOUNDINGBOX && v->bbox) {
153 Geom::Affine t = Geom::Scale(v->bbox->dimensions());
154 t.setTranslation(v->bbox->min());
214 if (clipPathUnits == SP_CONTENT_UNITS_OBJECTBOUNDINGBOX && display->bbox) {
215 Geom::Affine t = Geom::Scale(display->bbox->dimensions());
216 t.setTranslation(display->bbox->min());
243 void SPClipPath::setBBox(unsigned int key, Geom::OptRect const &bbox) {
246 v->bbox = bbox;
253 Geom::OptRect bbox;
258 bbox.unionWith(tmp);
262 return bbox;
275 new_path_view->bbox = Geom::OptRect();