Lines Matching refs:ry
191 // describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc
197 // (rx, ry) to fit last point and (x, y) if both are greater than zero but
204 CanvasKit.Path.prototype.arcToRotated = function(rx, ry, xAxisRotate, useSmallArc, isCCW, x, y) {
205 this._arcToRotated(rx, ry, xAxisRotate, !!useSmallArc, !!isCCW, x, y);
297 CanvasKit.Path.prototype.rArcTo = function(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy) {
298 this._rArcTo(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy);
1144 CanvasKit.RRectXY = function(rect, rx, ry) {
1147 rx, ry,
1148 rx, ry,
1149 rx, ry,
1150 rx, ry,