Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGEllipse.cpp27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy() function in SkSVGEllipse
50 this->setRy(*ry); in onSetAttribute()
DSkSVGRect.cpp36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy() function in SkSVGRect
69 this->setRy(*ry); in onSetAttribute()
DSkSVGEllipse.h24 void setRy(const SkSVGLength&);
DSkSVGRect.h26 void setRy(const SkSVGLength&);
/external/skia/samplecode/
DSampleSVGPong.cpp71 node->setRy(SkSVGLength(rrect.getSimpleRadii().y())); in make_svg_rrect()