Searched refs:bounds_exact_transformed (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/helper/ |
H A D | geom.h | 22 Geom::OptRect bounds_exact_transformed(Geom::PathVector const & pv, Geom::Affine const & t);
|
H A D | geom.cpp | 150 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 D | drawing-shape.cpp | 94 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm); 117 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
|
H A D | canvas-bpath.cpp | 86 Geom::OptRect bbox = bounds_exact_transformed(cbp->curve->get_pathvector(), affine);
|
H A D | drawing-text.cpp | 118 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 D | sp-hatch-path.cpp | 204 bbox = bounds_exact_transformed(test_curve.get_pathvector(), transform); 206 bbox = bounds_exact_transformed(_curve->get_pathvector(), transform);
|
H A D | sp-shape.cpp | 430 bbox = bounds_exact_transformed(this->_curve->get_pathvector(), transform); 443 bbox |= bounds_exact_transformed(*pathv, transform);
|
Completed in 26 milliseconds