Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
H A 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()))
429 fChunkAlignmentFactor = ComputeAlignmentFactor(ctx.presentationContext()); in flushChunk()
H A DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
H A DSkSVGPoly.cpp43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
H A DSkSVGPath.cpp38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
H A DSkSVGMask.cpp41 const auto ci = *lctx.presentationContext().fInherited.fColorInterpolation; in renderMask()
H A DSkSVGFe.cpp87 const SkSVGColorspace cs = *ctx.presentationContext().fInherited.fColorInterpolationFilters; in resolveColorspace()
H A DSkSVGNode.cpp69 const auto visibility = ctx->presentationContext().fInherited.fVisibility->type(); in onPrepareToRender()
/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function in SkSVGRenderContext

Completed in 4 milliseconds