Searched refs:fFillRule (Results 1 – 7 of 7) sorted by relevance
14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero)); in MakeInitial()
14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
69 SkTLazy<SkSVGFillRule> fFillRule; member
81 fPresentationAttributes.fFillRule.set(fillRule); in setFillRule()
76 SkSVGProperty<SkSVGFillRule , true> fFillRule; member