Lines Matching refs:even_odd
389 void SvgBuilder::_setFillStyle(SPCSSAttr *css, GfxState *state, bool even_odd) {
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) {
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) {
449 SPCSSAttr *css = _setStyle(state, fill, stroke, even_odd);
462 bool even_odd) {
482 if (even_odd) {
518 * \param even_odd whether the even-odd rule should be applied
520 void SvgBuilder::clip(GfxState *state, bool even_odd) {
522 setClipPath(state, even_odd);
525 void SvgBuilder::setClipPath(GfxState *state, bool even_odd) {
534 if (even_odd) {