Searched refs:fClipRule (Results 1 – 9 of 9) sorted by relevance
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
16 result.fClipRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero)); in MakeInitial()
70 SkTLazy<SkSVGFillRule> fClipRule; member
68 fPresentationAttributes.fClipRule.set(clipRule); in setClipRule()
43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
77 SkSVGProperty<SkSVGFillRule , true> fClipRule; member