Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGCircle.cpp15 void SkSVGCircle::setCx(const SkSVGLength& cx) { in setCx() function in SkSVGCircle
31 this->setCx(*cx); in onSetAttribute()
DSkSVGEllipse.cpp15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { in setCx() function in SkSVGEllipse
35 this->setCx(*cx); in onSetAttribute()
DSkSVGRadialGradient.cpp15 void SkSVGRadialGradient::setCx(const SkSVGLength& cx) { in setCx() function in SkSVGRadialGradient
39 this->setCx(*cx); in onSetAttribute()
DSkSVGCircle.h21 void setCx(const SkSVGLength&);
DSkSVGEllipse.h21 void setCx(const SkSVGLength&);
DSkSVGRadialGradient.h21 void setCx(const SkSVGLength&);
/third_party/skia/modules/svg/src/
DSkSVGEllipse.cpp17 this->setCx(SkSVGAttributeParser::parse<SkSVGLength>("cx", n, v)) || in parseAndSetAttribute()
DSkSVGCircle.cpp17 this->setCx(SkSVGAttributeParser::parse<SkSVGLength>("cx", n, v)) || in parseAndSetAttribute()
DSkSVGRadialGradient.cpp17 this->setCx(SkSVGAttributeParser::parse<SkSVGLength>("cx", name, value)) || in parseAndSetAttribute()