Home
last modified time | relevance | path

Searched refs:FillRuleToFillType (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGShape.cpp15 FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get()); in onRender()
31 SkPath::FillType SkSVGShape::FillRuleToFillType(const SkSVGFillRule& fillRule) { in FillRuleToFillType() function in SkSVGShape
DSkSVGShape.h31 static SkPath::FillType FillRuleToFillType(const SkSVGFillRule&);
DSkSVGPath.cpp37 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
DSkSVGPoly.cpp44 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()