Home
last modified time | relevance | path

Searched refs:asFillType (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/svg/src/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
DSkSVGPoly.cpp43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
DSkSVGPath.cpp38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
/external/skqp/experimental/svg/model/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
DSkSVGPath.cpp38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGPoly.cpp46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGTypes.h242 SkPath::FillType asFillType() const { in asFillType() function
/external/skia/modules/svg/include/
DSkSVGTypes.h321 SkPathFillType asFillType() const { in asFillType() function