Searched refs:presentationContext (Results 1 – 10 of 10) sorted by relevance
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()
70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function
55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()