/third_party/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 …]
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 9 function arcTo(skpath, x1, y1, x2, y2, radius) { function 174 this.arcTo = function(x1, y1, x2, y2, radius) { method in Path2D
|
D | canvas2dcontext.js | 476 this.arcTo = function(x1, y1, x2, y2, radius) { method in CanvasRenderingContext2D
|
/third_party/skia/include/core/ |
D | SkPath.h | 886 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function 949 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep, in arcTo() function
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 328 SkPathBuilder& SkPathBuilder::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPathBuilder 415 SkPathBuilder& SkPathBuilder::arcTo(SkPoint p1, SkPoint p2, SkScalar radius) { in arcTo() function in SkPathBuilder 454 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() function in SkPathBuilder
|
D | SkPath.cpp | 1092 SkPath& SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPath 1164 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() function in SkPath 1331 SkPath& SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { in arcTo() function in SkPath
|
/third_party/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
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 1085 CanvasRenderingContext2D.prototype.arcTo = function() {}; method in CanvasRenderingContext2D 1130 Path2D.prototype.arcTo = function() {}; method in Path2D
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 969 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
|
D | lib.dom.d.ts | 3579 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 949 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
|
D | dom.generated.d.ts | 3559 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5159 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
|