Home
last modified time | relevance | path

Searched refs:setCx (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGCircle.cpp15 void SkSVGCircle::setCx(const SkSVGLength& cx) { in setCx() function in SkSVGCircle
31 this->setCx(*cx); in onSetAttribute()
DSkSVGEllipse.cpp15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { in setCx() function in SkSVGEllipse
35 this->setCx(*cx); in onSetAttribute()
DSkSVGCircle.h21 void setCx(const SkSVGLength&);
DSkSVGEllipse.h21 void setCx(const SkSVGLength&);