Searched defs:even_odd (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp389 void SvgBuilder::_setFillStyle(SPCSSAttr *css, GfxState *state, bool even_odd) { argument
410 sp_repr_css_set_property(css, "fill-rule", even_odd ? "evenodd" : "nonzero");
417 SPCSSAttr *SvgBuilder::_setStyle(GfxState *state, bool fill, bool stroke, bool even_odd) { argument
420 _setFillStyle(css, state, even_odd);
440 * \param even_odd whether the even-odd rule should be used when filling the path
442 void SvgBuilder::addPath(GfxState *state, bool fill, bool stroke, bool even_odd) { argument
449 SPCSSAttr *css = _setStyle(state, fill, stroke, even_odd);
462 bool even_odd) {
482 if (even_odd) {
518 * \param even_odd whethe
461 addShadedFill(GfxShading *shading, double *matrix, GfxPath *path, bool even_odd) argument
520 clip(GfxState *state, bool even_odd) argument
525 setClipPath(GfxState *state, bool even_odd) argument
[all...]

Completed in 64 milliseconds