Lines Matching refs:fPresentationContext
295 , fPresentationContext(pctx) in SkSVGRenderContext()
303 *other.fPresentationContext) {} in SkSVGRenderContext()
309 *other.fPresentationContext) {} in SkSVGRenderContext()
326 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValid()); \ in applyPresentationAttributes()
328 if (value && *value != *fPresentationContext->fInherited.f ## ATTR.get()) { \ in applyPresentationAttributes()
330 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \ in applyPresentationAttributes()
333 fPresentationContext.writable()); \ in applyPresentationAttributes()
377 auto* pctx = fPresentationContext.writable(); in applyOpacity()
429 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint()
430 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr; in fillPaint()
434 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint()
435 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr; in strokePaint()