Searched refs:fPresentationContext (Results 1 – 2 of 2) sorted by relevance
231 , fPresentationContext(pctx) in SkSVGRenderContext()239 *other.fPresentationContext) {} in SkSVGRenderContext()256 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValid()); \ in applyPresentationAttributes()258 if (value && *value != *fPresentationContext->fInherited.f ## ATTR.get()) { \ in applyPresentationAttributes()260 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \ in applyPresentationAttributes()263 fPresentationContext.writable()); \ in applyPresentationAttributes()302 auto* pctx = fPresentationContext.writable(); in applyOpacity()348 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint()349 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr; in fillPaint()353 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint()[all …]
69 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()97 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext; variable