Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp414 SkTLazy<SkPaint> SkSVGRenderContext::commonPaint(const SkSVGPaint& paint_selector, in commonPaint() argument
416 if (paint_selector.type() == SkSVGPaint::Type::kNone) { in commonPaint()
423 switch (paint_selector.type()) { in commonPaint()
425 p->setColor(this->resolveSvgColor(paint_selector.color())); in commonPaint()
445 const auto node = this->findNodeById(paint_selector.iri()); in commonPaint()
448 p->setColor(this->resolveSvgColor(paint_selector.color())); in commonPaint()