HomeSort by relevance Sort by last modified time
    Searched refs:fPresentationContext (Results 1 - 4 of 4) sorted by null

  /external/skia/experimental/svg/model/
SkSVGRenderContext.h 70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; }
99 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
SkSVGRenderContext.cpp 293 , fPresentationContext(pctx)
301 *other.fPresentationContext) {}
307 *other.fPresentationContext) {}
324 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValid()); \
326 if (value && *value != *fPresentationContext->fInherited.f ## ATTR.get()) { \
328 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \
331 fPresentationContext.writable()); \
375 auto* pctx = fPresentationContext.writable();
427 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type();
428 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr
    [all...]
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.h 70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; }
99 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
SkSVGRenderContext.cpp 293 , fPresentationContext(pctx)
301 *other.fPresentationContext) {}
307 *other.fPresentationContext) {}
324 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValid()); \
326 if (value && *value != *fPresentationContext->fInherited.f ## ATTR.get()) { \
328 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \
331 fPresentationContext.writable()); \
375 auto* pctx = fPresentationContext.writable();
427 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type();
428 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr
    [all...]

Completed in 159 milliseconds