/external/fonttools/Tests/svgLib/path/ |
D | parser_test.py | 339 def arcTo(self, rx, ry, rotation, arc_large, arc_sweep, end_point): member in ArcRecordingPen
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | path2d.js | 9 function arcTo(skpath, x1, y1, x2, y2, radius) { function 173 this.arcTo = function(x1, y1, x2, y2, radius) { method in Path2D
|
D | canvas2dcontext.js | 495 this.arcTo = function(x1, y1, x2, y2, radius) { method in CanvasRenderingContext2D
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 9 function arcTo(skpath, x1, y1, x2, y2, radius) { function 173 this.arcTo = function(x1, y1, x2, y2, radius) { method in Path2D
|
D | canvas2dcontext.js | 495 this.arcTo = function(x1, y1, x2, y2, radius) { method in CanvasRenderingContext2D
|
/external/skqp/experimental/docs/ |
D | exampleSlides.js | 106 { "arcTo": [ 375.74,624.36, 200,624.26, 424.26 ] }, property 111 { "arcTo": [ 24.265,624.26, -100,500, 424.26 ] }, property 116 { "arcTo": [ 1138.22,537.70, 240,622.5, 424.26 ] }, property 121 { "arcTo": [ 530.79,438.42, 579.47,389.74, 424.26 ] }, property 126 { "arcTo": [ 284.94,563.441, 200,500, 424.26 ] }, property 131 { "arcTo": [ -51.318,548.68, -100,500, 424.26 ] }, property 136 { "arcTo": [ 624.26,24.265, 624.26,200, 424.26 ] }, property 141 { "arcTo": [ 364.83,-196.61, 500,-100, 424.26 ] }, property 146 { "arcTo": [ 35.170,-196.61, 200,-175.74, 424.26 ] }, property 151 { "arcTo": [ -196.61,35.170, -100,-100, 424.26 ] }, property [all …]
|
/external/skia/experimental/docs/ |
D | exampleSlides.js | 106 { "arcTo": [ 375.74,624.36, 200,624.26, 424.26 ] }, property 111 { "arcTo": [ 24.265,624.26, -100,500, 424.26 ] }, property 116 { "arcTo": [ 1138.22,537.70, 240,622.5, 424.26 ] }, property 121 { "arcTo": [ 530.79,438.42, 579.47,389.74, 424.26 ] }, property 126 { "arcTo": [ 284.94,563.441, 200,500, 424.26 ] }, property 131 { "arcTo": [ -51.318,548.68, -100,500, 424.26 ] }, property 136 { "arcTo": [ 624.26,24.265, 624.26,200, 424.26 ] }, property 141 { "arcTo": [ 364.83,-196.61, 500,-100, 424.26 ] }, property 146 { "arcTo": [ 35.170,-196.61, 200,-175.74, 424.26 ] }, property 151 { "arcTo": [ -196.61,35.170, -100,-100, 424.26 ] }, property [all …]
|
/external/skia/include/core/ |
D | SkPath.h | 867 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function 930 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, in arcTo() function
|
/external/skqp/include/core/ |
D | SkPath.h | 867 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function 930 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, in arcTo() function
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 383 protected void arcTo(RectF oval, float startAngle, float sweepAngle) { in arcTo() method in ShadowPath 388 protected void arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) { in arcTo() method in ShadowPath 393 protected void arcTo( in arcTo() method in ShadowPath
|
/external/skia/modules/pathkit/ |
D | chaining.js | 57 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { method in PathKit.SkPath
|
D | externs.js | 91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; method in PathKit.SkPath
|
/external/skqp/modules/pathkit/ |
D | chaining.js | 57 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { method in PathKit.SkPath
|
D | externs.js | 91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; method in PathKit.SkPath
|
/external/skia/modules/canvaskit/ |
D | externs.js | 468 CanvasKit.SkPath.prototype.arcTo = function() {}; method in CanvasKit.SkPath 518 CanvasRenderingContext2D.prototype.arcTo = function() {}; method in CanvasRenderingContext2D 563 Path2D.prototype.arcTo = function() {}; method in Path2D
|
D | interface.js | 242 CanvasKit.SkPath.prototype.arcTo = function() { method in CanvasKit.SkPath
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 449 CanvasKit.SkPath.prototype.arcTo = function() {}; method in CanvasKit.SkPath 499 CanvasRenderingContext2D.prototype.arcTo = function() {}; method in CanvasRenderingContext2D 544 Path2D.prototype.arcTo = function() {}; method in Path2D
|
D | interface.js | 243 CanvasKit.SkPath.prototype.arcTo = function() { method in CanvasKit.SkPath
|
/external/skia/src/core/ |
D | SkPath.cpp | 1332 SkPath& SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPath 1406 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() function in SkPath 1557 SkPath& SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { in arcTo() function in SkPath
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1332 SkPath& SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPath 1406 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() function in SkPath 1557 SkPath& SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { in arcTo() function in SkPath
|