Searched defs:xAxisRotate (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPath.h841 describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc
857 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
863 void arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
867 with radii (r.fX, r.fY) rotated by xAxisRotate degrees. Arc curves from last SkPath SkPoint to
881 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
886 void arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, argument
888 this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY);
893 xAxisRotate degrees. Arc curves from last SkPath SkPoint (x0, y0) to end SkPoint:
910 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
916 void rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSiz
[all...]
/external/skqp/include/core/
H A DSkPath.h883 describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc
899 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
905 void arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
909 with radii (r.fX, r.fY) rotated by xAxisRotate degrees. Arc curves from last SkPath SkPoint to
923 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
928 void arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, argument
930 this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY);
935 xAxisRotate degrees. Arc curves from last SkPath SkPoint (x0, y0) to end SkPoint:
952 @param xAxisRotate x-axis rotation in degrees; positive values are clockwise
958 void rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSiz
[all...]
/external/skia/src/core/
H A DSkPath.cpp1493 void SkPath::rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, SkPath::ArcSize largeArc, argument
1497 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy);
/external/skqp/src/core/
H A DSkPath.cpp1465 void SkPath::rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, SkPath::ArcSize largeArc, argument
1469 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy);

Completed in 682 milliseconds