Searched refs:bounds_exact_transformed (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/helper/
H A Dgeom.h22 Geom::OptRect bounds_exact_transformed(Geom::PathVector const & pv, Geom::Affine const & t);
H A Dgeom.cpp150 return bounds_exact_transformed(pv, t); //use this as it is faster for now! :)
155 bounds_exact_transformed(Geom::PathVector const & pv, Geom::Affine const & t) function
/inkscape/src/display/
H A Ddrawing-shape.cpp94 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
117 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
H A Dcanvas-bpath.cpp86 Geom::OptRect bbox = bounds_exact_transformed(cbp->curve->get_pathvector(), affine);
H A Ddrawing-text.cpp118 Catch those and do not pass them to bounds_exact_transformed(), which crashes Inkscape if it
126 pb = bounds_exact_transformed(*_font->PathVector(_glyph), ctx.ctm);
/inkscape/src/
H A Dsp-hatch-path.cpp204 bbox = bounds_exact_transformed(test_curve.get_pathvector(), transform);
206 bbox = bounds_exact_transformed(_curve->get_pathvector(), transform);
H A Dsp-shape.cpp430 bbox = bounds_exact_transformed(this->_curve->get_pathvector(), transform);
443 bbox |= bounds_exact_transformed(*pathv, transform);

Completed in 26 milliseconds