Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGUse.cpp20 void SkSVGUse::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGUse
36 this->setHref(*href); in onSetAttribute()
DSkSVGGradient.cpp13 void SkSVGGradient::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGGradient
34 this->setHref(*href); in onSetAttribute()
DSkSVGPattern.cpp33 void SkSVGPattern::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGPattern
65 this->setHref(*href); in onSetAttribute()
DSkSVGUse.h26 void setHref(const SkSVGStringType&);
DSkSVGPattern.h28 void setHref(const SkSVGStringType&);
DSkSVGGradient.h32 void setHref(const SkSVGStringType&);
/third_party/skia/modules/svg/src/
DSkSVGFeImage.cpp18 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)) || in parseAndSetAttribute()
DSkSVGUse.cpp24 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)); in parseAndSetAttribute()
DSkSVGPattern.cpp25 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)); in parseAndSetAttribute()
DSkSVGImage.cpp22 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)) || in parseAndSetAttribute()
DSkSVGGradient.cpp18 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)) || in parseAndSetAttribute()
DSkSVGText.cpp656 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)) || in parseAndSetAttribute()