Searched refs:fInherited (Results 1 – 9 of 9) sorted by relevance
176 : fInherited(SkSVGPresentationAttributes::MakeInitial()) in SkSVGPresentationContext()240 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValue()); \ in applyPresentationAttributes()242 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes()244 fPresentationContext.writable()->fInherited.f ## ATTR.set(*attr); \ in applyPresentationAttributes()307 const auto& props = fPresentationContext->fInherited; in applyOpacity()467 const auto& props = fPresentationContext->fInherited; in fillPaint()478 const auto& props = fPresentationContext->fInherited; in strokePaint()499 return *fPresentationContext->fInherited.fColor; in resolveSvgColor()
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()103 switch (pctx.fInherited.fTextAnchor->type()) { in ComputeAlignmentFactor()
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()
61 SkSVGPresentationAttributes fInherited; member