Home
last modified time | relevance | path

Searched refs:fPresentationContext (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/experimental/svg/model/
DSkSVGRenderContext.cpp295 , 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()
[all …]
DSkSVGRenderContext.h70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
99 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext; variable
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp157 , fPresentationContext(pctx) in SkSVGRenderContext()
168 *other.fPresentationContext, in SkSVGRenderContext()
177 *other.fPresentationContext, in SkSVGRenderContext()
186 *other.fPresentationContext, in SkSVGRenderContext()
207 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValue()); \ in applyPresentationAttributes()
209 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes()
211 fPresentationContext.writable()->fInherited.f ## ATTR.set(*attr); \ in applyPresentationAttributes()
274 const auto& props = fPresentationContext->fInherited; in applyOpacity()
434 const auto& props = fPresentationContext->fInherited; in fillPaint()
445 const auto& props = fPresentationContext->fInherited; in strokePaint()
[all …]
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h81 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
174 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext; variable