Searched refs:renderPathVector (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp200 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::STROKE_OVER_FILL);
203 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::FILL_OVER_STROKE);
206 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::STROKE_ONLY);
209 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::FILL_ONLY);
306 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::STROKE_OVER_FILL);
309 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::FILL_OVER_STROKE);
312 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::STROKE_ONLY);
315 ctx->renderPathVector(pathv, style, pbox, CairoRenderContext::FILL_ONLY);
652 ctx->renderPathVector(pathv, hatchPath.style, Geom::OptRect());
H A Dcairo-render-context.h158 bool renderPathVector(Geom::PathVector const &pathv, SPStyle const *style, Geom::OptRect const &pbox, CairoPaintOrder order = STROKE_OVER_FILL);
H A Dcairo-render-context.cpp1460 CairoRenderContext::renderPathVector(Geom::PathVector const & pathv, SPStyle const *style, Geom::OptRect const &pbox, CairoPaintOrder order) function in class:Inkscape::Extension::Internal::CairoRenderContext
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp447 ctx->renderPathVector(pathv_trans, style, Geom::OptRect());

Completed in 26 milliseconds