Home | History | Annotate | Download | only in model

Lines Matching defs:href

33 void SkSVGPattern::setHref(const SkSVGStringType& href) {
34 fHref = std::move(href);
64 if (const auto* href = v.as<SkSVGStringValue>()) {
65 this->setHref(*href);
83 const auto* href = ctx.findNodeById(fHref);
84 if (!href || href->tag() != SkSVGTag::kPattern) {
88 return static_cast<const SkSVGPattern*>(href);
105 * (possibly due to its own ?xlink:href? attribute), then this element inherits the children from
107 * referenced element inherits attributes or children due to its own ?xlink:href? attribute, then
129 // We can terminate the href chain early.