Searched refs:setRx (Results 1 – 5 of 5) sorted by relevance
23 void SkSVGEllipse::setRx(const SkSVGLength& rx) { in setRx() function in SkSVGEllipse45 this->setRx(*rx); in onSetAttribute()
32 void SkSVGRect::setRx(const SkSVGLength& rx) { in setRx() function in SkSVGRect64 this->setRx(*rx); in onSetAttribute()
23 void setRx(const SkSVGLength&);
25 void setRx(const SkSVGLength&);
70 node->setRx(SkSVGLength(rrect.getSimpleRadii().x())); in make_svg_rrect()