Searched refs:FillRuleToFillType (Results 1 – 4 of 4) sorted by relevance
15 FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get()); in onRender()31 SkPath::FillType SkSVGShape::FillRuleToFillType(const SkSVGFillRule& fillRule) { in FillRuleToFillType() function in SkSVGShape
31 static SkPath::FillType FillRuleToFillType(const SkSVGFillRule&);
37 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
44 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()