Home
last modified time | relevance | path

Searched refs:arcTo (Results 1 – 25 of 103) sorted by relevance

12345

/external/skia/docs/examples/
DChromeMDRefreshTab.cpp18 path.arcTo(scaled_endcap_radius - 1, scaled_endcap_radius - 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
27 path.arcTo(scaled_endcap_radius + 1, scaled_endcap_radius + 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
49 path.arcTo(scaled_endcap_radius + 1, scaled_endcap_radius + 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
61 path.arcTo(scaled_endcap_radius - 1, scaled_endcap_radius - 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
91 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
102 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
116 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
125 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
DChromeMDRefreshTabs.cpp25 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
35 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
49 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
58 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
DPath_arcTo.cpp12 path.arcTo({20, 20, 120, 120}, -90, 90, false); in draw()
15 path.arcTo({120, 20, 220, 120}, -90, 90, false); in draw()
19 path.arcTo({20, 120, 120, 220}, -90, 90, true); in draw()
DArc.cpp25 path.arcTo(oval, 0, 90, false);
34 path.arcTo({56, 56}, {32, 56}, 24);
37 path.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCW, {32, 56});
Dfivearcs.cpp17 arcPath.arcTo(oval, 0, 90, false); in draw()
34 arcPath.arcTo({56, 56}, {32, 56}, 24); in draw()
41 arcPath.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCW, {32, 56}); in draw()
Dbug767834.cpp1242 path.arcTo(oval1, start, end - start, false); in draw()
1244 path.arcTo(oval2, end, start - end, false); in draw()
Dbug583299.cpp838 path.arcTo(oval1, start, end - start, false); in draw()
840 path.arcTo(oval2, end, start - end, false); in draw()
DSkPath_arcTo_example.cpp19 arc.arcTo(oval, startAngle, sweepAngle, false); in draw()
/external/skia/samplecode/
DSampleClock.cpp162 path.arcTo(rect, 0, 0, false); in onDrawContent()
164 path.arcTo(rect, 360, 0, true); in onDrawContent()
172 path.arcTo(rect, 0, 0, false); in onDrawContent()
174 path.arcTo(rect, 360, 0, true); in onDrawContent()
182 path.arcTo(rect, 0, 0, false); in onDrawContent()
184 path.arcTo(rect, 360, 0, true); in onDrawContent()
198 path.arcTo(rect, 0, 0, false); in onDrawContent()
200 path.arcTo(rect, 360, 0, true); in onDrawContent()
DSampleAndroidShadows.cpp77 fNotchPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), -90, -90, false); in onOnceBeforeDraw()
82 fNotchPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 0, -90, false); in onOnceBeforeDraw()
87 fTabPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 0, 90, false); in onOnceBeforeDraw()
88 fTabPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 90, 90, false); in onOnceBeforeDraw()
/external/skqp/samplecode/
DSampleClock.cpp172 path.arcTo(rect, 0, 0, false); in onDrawContent()
174 path.arcTo(rect, 360, 0, true); in onDrawContent()
182 path.arcTo(rect, 0, 0, false); in onDrawContent()
184 path.arcTo(rect, 360, 0, true); in onDrawContent()
192 path.arcTo(rect, 0, 0, false); in onDrawContent()
194 path.arcTo(rect, 360, 0, true); in onDrawContent()
208 path.arcTo(rect, 0, 0, false); in onDrawContent()
210 path.arcTo(rect, 360, 0, true); in onDrawContent()
DSampleAndroidShadows.cpp92 fNotchPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), -90, -90, false); in onOnceBeforeDraw()
97 fNotchPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 0, -90, false); in onOnceBeforeDraw()
102 fTabPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 0, 90, false); in onOnceBeforeDraw()
103 fTabPath.arcTo(SkRect::MakeLTRB(-20, 80, 20, 120), 90, 90, false); in onOnceBeforeDraw()
/external/skia/gm/
Dpatharcto.cpp26 .arcTo({284.3113082008462f, 207.1407719157063f},
30 .arcTo({340.4737465981018f, 252.6907319346971f},
34 .arcTo({350.19513833839466f, 185.89280014838369f},
Darcto.cpp81 svgArc.arcTo({oval.width() / 2, ovalHeight}, angle, SkPathBuilder::kSmall_ArcSize,
86 svgArc.arcTo({oval.width() / 2, ovalHeight}, angle, SkPathBuilder::kLarge_ArcSize,
116 .arcTo({0, 0}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 200});
120 .arcTo({80, 80}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 100});
206 p.arcTo(oval, 1.25f * 180, .5f * 180, false);
Dcrbug_996140.cpp69 auto path = SkPathBuilder().arcTo(boundingBox, 0, 180.f, false)
70 .arcTo(boundingBox, 180.f, 180.f, false)
/external/skqp/experimental/canvaskit/htmlcanvas/
Dpath2d.js9 function arcTo(skpath, x1, y1, x2, y2, radius) { function
19 skpath.arcTo(x1, y1, x2, y2, radius);
53 skpath.arcTo(oval, startDegrees, halfSweep, false);
54 skpath.arcTo(oval, startDegrees + halfSweep, halfSweep, false);
57 skpath.arcTo(oval, startDegrees, sweepDegrees, false);
173 this.arcTo = function(x1, y1, x2, y2, radius) { method in Path2D
174 arcTo(this._path, x1, y1, x2, y2, radius);
/external/skqp/gm/
Darcto.cpp61 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kSmall_ArcSize,
67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize,
97 path.arcTo(0, 0, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 200);
102 path.arcTo(80, 80, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 100);
199 p.arcTo(oval, 1.25f * 180, .5f * 180, false);
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DRectangleContent.java117 path.arcTo(rect, 0, 90, false); in getPath()
127 path.arcTo(rect, 90, 90, false); in getPath()
137 path.arcTo(rect, 180, 90, false); in getPath()
147 path.arcTo(rect, 270, 90, false); in getPath()
/external/skqp/include/core/
DSkPath.h823 SkPath& arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
846 SkPath& arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
867 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function
868 return this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius); in arcTo()
904 SkPath& arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
930 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep, in arcTo() function
932 return this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY); in arcTo()
/external/skia/include/core/
DSkPath.h838 SkPath& arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
865 SkPath& arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
886 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo() function
887 return this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius); in arcTo()
923 SkPath& arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
949 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep, in arcTo() function
951 return this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY); in arcTo()
DSkPathBuilder.h108 SkPathBuilder& arcTo(const SkRect& oval, SkScalar startAngleDeg, SkScalar sweepAngleDeg,
130 SkPathBuilder& arcTo(SkPoint p1, SkPoint p2, SkScalar radius);
160 SkPathBuilder& arcTo(SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep,
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieRenderer.java115 clip.arcTo(new RectF(bounds.left - rad, in drawSegment()
125 p.arcTo(bounds, startAngle, sweep); in drawSegment()
129 p.arcTo(new RectF( in drawSegment()
/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
175 arcTo(this._path, x1, y1, x2, y2, radius);
/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
384 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, false); in arcTo()
388 protected void arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) { in arcTo() method in ShadowPath
389 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, forceMoveTo); in arcTo()
393 protected void arcTo( in arcTo() method in ShadowPath
/external/skqp/experimental/canvaskit/
Dexterns.js449 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

12345