Home
last modified time | relevance | path

Searched defs:arcTo (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/experimental/docs/
DexampleSlides.js106 { "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/
Dpath2d.js9 function arcTo(skpath, x1, y1, x2, y2, radius) { function
174 this.arcTo = function(x1, y1, x2, y2, radius) { method in Path2D
Dcanvas2dcontext.js476 this.arcTo = function(x1, y1, x2, y2, radius) { method in CanvasRenderingContext2D
/third_party/skia/include/core/
DSkPath.h886 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/
DSkPathBuilder.cpp328 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
DSkPath.cpp1092 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/
Dchaining.js57 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { method in PathKit.SkPath
Dexterns.js91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; method in PathKit.SkPath
/third_party/skia/modules/canvaskit/
Dexterns.js1085 CanvasRenderingContext2D.prototype.arcTo = function() {}; method in CanvasRenderingContext2D
1130 Path2D.prototype.arcTo = function() {}; method in Path2D
/third_party/typescript/lib/
Dlib.webworker.d.ts969 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
Dlib.dom.d.ts3579 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts949 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
Ddom.generated.d.ts3559 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts5159 arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; method