Searched refs:asFillType (Results 1 – 8 of 8) sorted by relevance
14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
242 SkPath::FillType asFillType() const { in asFillType() function
321 SkPathFillType asFillType() const { in asFillType() function