Searched refs:presentationContext (Results 1 – 8 of 8) sorted by relevance
66 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()
14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
41 const auto ci = *lctx.presentationContext().fInherited.fColorInterpolation; in renderMask()
87 const SkSVGColorspace cs = *ctx.presentationContext().fInherited.fColorInterpolationFilters; in resolveColorspace()
69 const auto visibility = ctx->presentationContext().fInherited.fVisibility->type(); in onPrepareToRender()
85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext() function