HomeSort by relevance Sort by last modified time
    Searched refs:presentationContext (Results 1 - 10 of 10) sorted by null

  /external/skia/experimental/svg/model/
SkSVGShape.cpp 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType();
SkSVGPath.cpp 38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType());
SkSVGPoly.cpp 46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType());
SkSVGRenderContext.h 70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; }
SkSVGNode.cpp 55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type();
  /external/skqp/experimental/svg/model/
SkSVGShape.cpp 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType();
SkSVGPath.cpp 38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType());
SkSVGPoly.cpp 46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType());
SkSVGRenderContext.h 70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; }
SkSVGNode.cpp 55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type();

Completed in 95 milliseconds