Home
last modified time | relevance | path

Searched refs:presentationContext (Results 1 – 10 of 10) sorted by relevance

/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()
DSkSVGRenderContext.h70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function
DSkSVGNode.cpp55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()
/external/skia/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()
DSkSVGRenderContext.h70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function
DSkSVGNode.cpp55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()