Searched refs:setHref (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGUse.cpp | 20 void SkSVGUse::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGUse 36 this->setHref(*href); in onSetAttribute()
|
D | SkSVGGradient.cpp | 13 void SkSVGGradient::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGGradient 34 this->setHref(*href); in onSetAttribute()
|
D | SkSVGPattern.cpp | 33 void SkSVGPattern::setHref(const SkSVGStringType& href) { in setHref() function in SkSVGPattern 65 this->setHref(*href); in onSetAttribute()
|
D | SkSVGUse.h | 26 void setHref(const SkSVGStringType&);
|
D | SkSVGPattern.h | 28 void setHref(const SkSVGStringType&);
|
D | SkSVGGradient.h | 32 void setHref(const SkSVGStringType&);
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFeImage.cpp | 18 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)) || in parseAndSetAttribute()
|
D | SkSVGUse.cpp | 24 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)); in parseAndSetAttribute()
|
D | SkSVGPattern.cpp | 25 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)); in parseAndSetAttribute()
|
D | SkSVGImage.cpp | 22 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)) || in parseAndSetAttribute()
|
D | SkSVGGradient.cpp | 18 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)) || in parseAndSetAttribute()
|
D | SkSVGText.cpp | 656 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", name, value)) || in parseAndSetAttribute()
|