Lines Matching refs:xAxisRotate
900 describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc
916 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
923 SkPath& arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
927 part of oval with radii (r.fX, r.fY) rotated by xAxisRotate degrees. Arc curves
943 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
949 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep,
951 return this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY);
956 xAxisRotate degrees. Arc curves from last SkPath SkPoint to relative end SkPoint:
973 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
980 SkPath& rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,