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

  /external/skia/experimental/svg/model/
SkSVGEllipse.h 23 void setRx(const SkSVGLength&);
SkSVGRect.h 25 void setRx(const SkSVGLength&);
SkSVGEllipse.cpp 23 void SkSVGEllipse::setRx(const SkSVGLength& rx) {
45 this->setRx(*rx);
SkSVGRect.cpp 32 void SkSVGRect::setRx(const SkSVGLength& rx) {
64 this->setRx(*rx);
  /external/skqp/experimental/svg/model/
SkSVGEllipse.h 23 void setRx(const SkSVGLength&);
SkSVGRect.h 25 void setRx(const SkSVGLength&);
SkSVGEllipse.cpp 23 void SkSVGEllipse::setRx(const SkSVGLength& rx) {
45 this->setRx(*rx);
SkSVGRect.cpp 32 void SkSVGRect::setRx(const SkSVGLength& rx) {
64 this->setRx(*rx);

Completed in 71 milliseconds