Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGText.cpp66 const auto& family = ctx.presentationContext().fInherited.fFontFamily->family(); in ResolveFont()
67 const SkFontStyle style(weight(*ctx.presentationContext().fInherited.fFontWeight), in ResolveFont()
69 slant(*ctx.presentationContext().fInherited.fFontStyle)); in ResolveFont()
72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(), in ResolveFont()
233 , fChunkAlignmentFactor(ComputeAlignmentFactor(ctx.presentationContext())) in SkSVGTextContext()
429 fChunkAlignmentFactor = ComputeAlignmentFactor(ctx.presentationContext()); in flushChunk()
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()
DSkSVGMask.cpp41 const auto ci = *lctx.presentationContext().fInherited.fColorInterpolation; in renderMask()
DSkSVGFe.cpp87 const SkSVGColorspace cs = *ctx.presentationContext().fInherited.fColorInterpolationFilters; in resolveColorspace()
DSkSVGNode.cpp69 const auto visibility = ctx->presentationContext().fInherited.fVisibility->type(); in onPrepareToRender()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function