HomeSort by relevance Sort by last modified time
    Searched refs:setRy (Results 1 - 5 of 5) sorted by null

  /external/skia/experimental/svg/model/
SkSVGEllipse.h 24 void setRy(const SkSVGLength&);
SkSVGRect.h 26 void setRy(const SkSVGLength&);
SkSVGEllipse.cpp 27 void SkSVGEllipse::setRy(const SkSVGLength& ry) {
50 this->setRy(*ry);
SkSVGRect.cpp 36 void SkSVGRect::setRy(const SkSVGLength& ry) {
69 this->setRy(*ry);
  /external/skia/samplecode/
SampleSVGPong.cpp 71 node->setRy(SkSVGLength(rrect.getSimpleRadii().y()));

Completed in 192 milliseconds