Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp17 fHref = std::move(href); in setHref()
107 if (pos->empty() && !fHref.value().isEmpty()) { in collectColorStops()
108 const auto* ref = ctx.findNodeById(fHref); in collectColorStops()
DSkSVGLinearGradient.h46 SkSVGStringType fHref; variable