Home
last modified time | relevance | path

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

/external/fonttools/Tests/svgLib/path/
Dparser_test.py345 def arcTo(self, rx, ry, rotation, arc_large, arc_sweep, end_point): member in ArcRecordingPen
/external/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 …]
/external/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
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java327 protected void arcTo(RectF oval, float startAngle, float sweepAngle) { in arcTo() method in ShadowLegacyPath
332 protected void arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) { in arcTo() method in ShadowLegacyPath
337 protected void arcTo( in arcTo() method in ShadowLegacyPath
/external/skia/include/core/
DSkPath.h889 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function
952 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep, in arcTo() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java383 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/src/core/
DSkPathBuilder.cpp330 SkPathBuilder& SkPathBuilder::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPathBuilder
417 SkPathBuilder& SkPathBuilder::arcTo(SkPoint p1, SkPoint p2, SkScalar radius) { in arcTo() function in SkPathBuilder
459 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() function in SkPathBuilder
DSkPath.cpp1146 SkPath& SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPath
1220 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() function in SkPath
1385 SkPath& SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { in arcTo() function in SkPath
/external/skia/modules/pathkit/
Dchaining.js54 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
/external/skia/modules/canvaskit/
Dexterns.js1131 CanvasRenderingContext2D.prototype.arcTo = function() {}; method in CanvasRenderingContext2D
1176 Path2D.prototype.arcTo = function() {}; method in Path2D
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property