Searched defs:paintType (Results 1 - 2 of 2) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.cpp427 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); local
428 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr;
432 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); local
433 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr;
/external/skqp/experimental/svg/model/
H A DSkSVGRenderContext.cpp427 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); local
428 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr;
432 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); local
433 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr;

Completed in 249 milliseconds