Home
last modified time | relevance | path

Searched refs:setRx (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGEllipse.cpp23 void SkSVGEllipse::setRx(const SkSVGLength& rx) { in setRx() function in SkSVGEllipse
45 this->setRx(*rx); in onSetAttribute()
DSkSVGRect.cpp32 void SkSVGRect::setRx(const SkSVGLength& rx) { in setRx() function in SkSVGRect
64 this->setRx(*rx); in onSetAttribute()
DSkSVGEllipse.h23 void setRx(const SkSVGLength&);
DSkSVGRect.h25 void setRx(const SkSVGLength&);
/external/skia/samplecode/
DSampleSVGPong.cpp70 node->setRx(SkSVGLength(rrect.getSimpleRadii().x())); in make_svg_rrect()