Home
last modified time | relevance | path

Searched refs:fFillRule (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttribute.cpp15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero)); in MakeInitial()
DSkSVGPath.cpp37 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
DSkSVGShape.cpp15 FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get()); in onRender()
DSkSVGAttribute.h61 SkTLazy<SkSVGFillRule> fFillRule; member
DSkSVGPoly.cpp44 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
DSkSVGNode.cpp74 fPresentationAttributes.fFillRule.set(fillRule); in setFillRule()