Searched refs:feed_pathvector_to_cairo (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/display/
H A Ddrawing-context.cpp118 feed_pathvector_to_cairo(_ct, pv);
H A Dcairo-utils.h199 void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width);
200 void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv);
H A Dcanvas-bpath.cpp123 feed_pathvector_to_cairo (buf->ct, cbp->curve->get_pathvector(), cbp->affine, area,
H A Dnr-svgfonts.cpp260 feed_pathvector_to_cairo (cr, *pathv, s, area, false, 0);
H A Dcairo-utils.cpp112 feed_pathvector_to_cairo(cobj(), pv);
690 feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width) function
705 feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv) function
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp1804 feed_pathvector_to_cairo(_cr, pv);

Completed in 26 milliseconds