Lines Matching refs:SkSVGRect
14 SkSVGRect::SkSVGRect() : INHERITED(SkSVGTag::kRect) {} in SkSVGRect() function in SkSVGRect
16 void SkSVGRect::setX(const SkSVGLength& x) { in setX()
20 void SkSVGRect::setY(const SkSVGLength& y) { in setY()
24 void SkSVGRect::setWidth(const SkSVGLength& w) { in setWidth()
28 void SkSVGRect::setHeight(const SkSVGLength& h) { in setHeight()
32 void SkSVGRect::setRx(const SkSVGLength& rx) { in setRx()
36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy()
40 void SkSVGRect::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute()
77 SkRRect SkSVGRect::resolve(const SkSVGLengthContext& lctx) const { in resolve()
85 void SkSVGRect::onDraw(SkCanvas* canvas, const SkSVGLengthContext& lctx, in onDraw()
90 SkPath SkSVGRect::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath()