Lines Matching refs:ry
78 static SkPath RRect(const SkRect& bounds, SkScalar rx, SkScalar ry,
891 Four oval parts with radii (rx, ry) start at last SkPath SkPoint and ends at (x, y).
900 describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc
906 (rx, ry) to fit last SkPath SkPoint and (x, y) if both are greater than zero but
915 @param ry radius on y-axis before x-axis rotation
923 SkPath& arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
955 more conic, weighted to describe part of oval with radii (rx, ry) rotated by
963 arcTo() scales radii (rx, ry) to fit last SkPath SkPoint and end SkPoint if both are
972 @param ry radius before x-axis rotation
980 SkPath& rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
1147 equal to rect; each corner is 90 degrees of an ellipse with radii (rx, ry). If
1152 If either rx or ry is too large, rx and ry are scaled uniformly until the
1153 corners fit. If rx or ry is less than or equal to zero, addRoundRect() appends
1160 @param ry y-axis radius of rounded corners on the SkRRect
1164 SkPath& addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry,