Searched refs:fPresentationContext (Results 1 – 2 of 2) sorted by relevance
190 , fPresentationContext(pctx) in SkSVGRenderContext()201 *other.fPresentationContext, in SkSVGRenderContext()210 *other.fPresentationContext, in SkSVGRenderContext()219 *other.fPresentationContext, in SkSVGRenderContext()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()[all …]
85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()178 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext; variable