Searched defs:arcTo (Results 1 - 11 of 11) sorted by relevance

/external/skia/include/core/
H A DSkPath.h785 arcTo() adds line connecting SkPath last SkPoint to initial arc SkPoint if forceMoveTo
794 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
807 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
814 If last SkPath SkPoint does not start arc, arcTo() appends connecting line to SkPath.
818 tangents are nearly parallel, arcTo() appends line from last SkPath SkPoint to p1.
820 arcTo() appends at most one line and one conic.
821 arcTo() implements the functionality of PostScript_Arct and HTML_Canvas_ArcTo.
827 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { function in class:SkPath
828 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
845 Arc sweep is always less than 360 degrees. arcTo() append
886 void arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, function in class:SkPath
[all...]
/external/skqp/include/core/
H A DSkPath.h827 arcTo() adds line connecting SkPath last SkPoint to initial arc SkPoint if forceMoveTo
836 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
849 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
856 If last SkPath SkPoint does not start arc, arcTo() appends connecting line to SkPath.
860 tangents are nearly parallel, arcTo() appends line from last SkPath SkPoint to p1.
862 arcTo() appends at most one line and one conic.
863 arcTo() implements the functionality of PostScript_Arct and HTML_Canvas_ArcTo.
869 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { function in class:SkPath
870 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
887 Arc sweep is always less than 360 degrees. arcTo() append
928 void arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, function in class:SkPath
[all...]
/external/skia/src/core/
H A DSkPath.cpp1291 void SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, function in class:SkPath
1370 void SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, function in class:SkPath
1497 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy);
1522 this->arcTo(oval, startAngle, sweepAngle, true);
1529 void SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { function in class:SkPath
3403 path->arcTo(oval, startAngle, -180.f, forceMoveTo);
3405 path->arcTo(oval, startAngle, -180.f, false);
3411 path->arcTo(oval, startAngle, 180.f, forceMoveTo);
3413 path->arcTo(oval, startAngle, 180.f, false);
3418 path->arcTo(ova
[all...]
/external/skqp/src/core/
H A DSkPath.cpp1282 void SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, function in class:SkPath
1342 void SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, function in class:SkPath
1469 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy);
1494 this->arcTo(oval, startAngle, sweepAngle, true);
1501 void SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { function in class:SkPath
3501 path->arcTo(oval, startAngle, -180.f, forceMoveTo);
3503 path->arcTo(oval, startAngle, -180.f, false);
3509 path->arcTo(oval, startAngle, 180.f, forceMoveTo);
3511 path->arcTo(oval, startAngle, 180.f, false);
3516 path->arcTo(ova
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 227 milliseconds