Searched refs:optimize_stroke (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ |
H A D | cairo-utils.cpp | 499 * If optimize_stroke == false, the view Rect is not used. 502 feed_curve_to_cairo(cairo_t *cr, Geom::Curve const &c, Geom::Affine const & trans, Geom::Rect view, bool optimize_stroke) argument 517 if (!optimize_stroke) { 539 if (!optimize_stroke) { 560 if (!optimize_stroke) { 578 //if (!optimize_stroke || a->boundsFast().intersects(view)) { 613 feed_curve_to_cairo(cr, *iter, trans, view, optimize_stroke); 632 feed_curve_to_cairo(ct, *cit, Geom::identity(), Geom::Rect(), false); // optimize_stroke is false, so the view rect is not used 642 feed_path_to_cairo (cairo_t *ct, Geom::Path const &path, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width) argument 661 feed_curve_to_cairo(ct, *cit, transshift, view, optimize_stroke); 690 feed_pathvector_to_cairo(cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width) argument [all...] |
H A D | cairo-utils.h | 199 void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width);
|
Completed in 461 milliseconds