Lines Matching refs:SkSVGLength
21 void setX(const SkSVGLength&);
22 void setY(const SkSVGLength&);
23 void setWidth(const SkSVGLength&);
24 void setHeight(const SkSVGLength&);
25 void setRx(const SkSVGLength&);
26 void setRy(const SkSVGLength&);
41 SkSVGLength fX = SkSVGLength(0);
42 SkSVGLength fY = SkSVGLength(0);
43 SkSVGLength fWidth = SkSVGLength(0);
44 SkSVGLength fHeight = SkSVGLength(0);
47 SkSVGLength fRx = SkSVGLength(0);
49 SkSVGLength fRy = SkSVGLength(0);