HomeSort by relevance Sort by last modified time
    Searched refs:arcTo (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/skia/samplecode/
SampleClock.cpp 173 path.arcTo(rect, 0, 0, false);
175 path.arcTo(rect, 360, 0, true);
183 path.arcTo(rect, 0, 0, false);
185 path.arcTo(rect, 360, 0, true);
193 path.arcTo(rect, 0, 0, false);
195 path.arcTo(rect, 360, 0, true);
209 path.arcTo(rect, 0, 0, false);
211 path.arcTo(rect, 360, 0, true);
SampleDither.cpp 61 path.arcTo(bounds, 0, sweep, false);
63 path.arcTo(innerBounds, sweep, -sweep, false);
  /external/skqp/samplecode/
SampleClock.cpp 173 path.arcTo(rect, 0, 0, false);
175 path.arcTo(rect, 360, 0, true);
183 path.arcTo(rect, 0, 0, false);
185 path.arcTo(rect, 360, 0, true);
193 path.arcTo(rect, 0, 0, false);
195 path.arcTo(rect, 360, 0, true);
209 path.arcTo(rect, 0, 0, false);
211 path.arcTo(rect, 360, 0, true);
SampleDither.cpp 61 path.arcTo(bounds, 0, sweep, false);
63 path.arcTo(innerBounds, sweep, -sweep, false);
  /external/skia/experimental/docs/
exampleSlides.js 106 { "arcTo": [ 375.74,624.36, 200,624.26, 424.26 ] },
111 { "arcTo": [ 24.265,624.26, -100,500, 424.26 ] },
116 { "arcTo": [ 1138.22,537.70, 240,622.5, 424.26 ] },
121 { "arcTo": [ 530.79,438.42, 579.47,389.74, 424.26 ] },
126 { "arcTo": [ 284.94,563.441, 200,500, 424.26 ] },
131 { "arcTo": [ -51.318,548.68, -100,500, 424.26 ] },
136 { "arcTo": [ 624.26,24.265, 624.26,200, 424.26 ] },
141 { "arcTo": [ 364.83,-196.61, 500,-100, 424.26 ] },
146 { "arcTo": [ 35.170,-196.61, 200,-175.74, 424.26 ] },
151 { "arcTo": [ -196.61,35.170, -100,-100, 424.26 ] }
    [all...]
canvasBackend.js 48 case 'arcTo':
49 ctx.arcTo(v[0], v[1], v[2], v[3], v[4]);
  /external/skqp/experimental/docs/
exampleSlides.js 106 { "arcTo": [ 375.74,624.36, 200,624.26, 424.26 ] },
111 { "arcTo": [ 24.265,624.26, -100,500, 424.26 ] },
116 { "arcTo": [ 1138.22,537.70, 240,622.5, 424.26 ] },
121 { "arcTo": [ 530.79,438.42, 579.47,389.74, 424.26 ] },
126 { "arcTo": [ 284.94,563.441, 200,500, 424.26 ] },
131 { "arcTo": [ -51.318,548.68, -100,500, 424.26 ] },
136 { "arcTo": [ 624.26,24.265, 624.26,200, 424.26 ] },
141 { "arcTo": [ 364.83,-196.61, 500,-100, 424.26 ] },
146 { "arcTo": [ 35.170,-196.61, 200,-175.74, 424.26 ] },
151 { "arcTo": [ -196.61,35.170, -100,-100, 424.26 ] }
    [all...]
canvasBackend.js 48 case 'arcTo':
49 ctx.arcTo(v[0], v[1], v[2], v[3], v[4]);
  /external/skia/gm/
arcto.cpp 13 The arcto test below should draw the same as this SVG:
14 (Note that Skia's arcTo Direction parameter value is opposite SVG's sweep value, e.g. 0 / 1)
47 DEF_SIMPLE_GM(arcto, canvas, 500, 600) {
61 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);
complexclip3.cpp 40 clipComplex.arcTo(r1, SkIntToScalar(30), SkIntToScalar(300), false);
  /external/skqp/gm/
arcto.cpp 13 The arcto test below should draw the same as this SVG:
14 (Note that Skia's arcTo Direction parameter value is opposite SVG's sweep value, e.g. 0 / 1)
47 DEF_SIMPLE_GM(arcto, canvas, 500, 600) {
61 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);
complexclip3.cpp 40 clipComplex.arcTo(r1, SkIntToScalar(30), SkIntToScalar(300), false);
dashcircle.cpp 66 refPath.arcTo(oval, angle, span, false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
GridTaskViewThumbnail.java 115 mRestBackgroundOutline.arcTo(r - 2 * mCornerRadius, b - 2 * mCornerRadius, r, b,
131 mRestBackgroundOutline.arcTo(r - 2 * mCornerRadius, b - 2 * mCornerRadius, r, b,
134 mRestBackgroundOutline.arcTo(l, b - 2 * mCornerRadius, l + 2 * mCornerRadius, b,
150 outPath.arcTo(outerRight - 2 * mCornerRadius, outerBottom - 2 * mCornerRadius, outerRight,
153 outPath.arcTo(outerLeft, outerBottom - 2 * mCornerRadius, outerLeft + 2 * mCornerRadius,
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 317 mCompatibilityModePath.arcTo(fakeCornerRectF, START_TOP, -QUARTER_CIRCLE);
326 mCompatibilityModePath.arcTo(fakeCornerRectF, START_RIGHT, -QUARTER_CIRCLE);
336 mCompatibilityModePath.arcTo(fakeCornerRectF, START_BOTTOM, -QUARTER_CIRCLE);
345 mCompatibilityModePath.arcTo(fakeCornerRectF, START_LEFT, -QUARTER_CIRCLE);
415 mClipPath.arcTo(roundedCornerRectF, START_LEFT, QUARTER_CIRCLE);
429 mClipPath.arcTo(roundedCornerRectF, START_TOP, QUARTER_CIRCLE);
444 mClipPath.arcTo(roundedCornerRectF, START_RIGHT, QUARTER_CIRCLE);
458 mClipPath.arcTo(roundedCornerRectF, START_BOTTOM, QUARTER_CIRCLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 93 mPath.arcTo(mArc1, angle, a1);
96 mPath.arcTo(mArc2, angle, a2);
  /external/skia/include/core/
SkPath.h     [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 115 clip.arcTo(new RectF(bounds.left - rad,
125 p.arcTo(bounds, startAngle, sweep);
129 p.arcTo(new RectF(
  /frameworks/base/graphics/java/android/graphics/
Path.java 464 public void arcTo(RectF oval, float startAngle, float sweepAngle,
466 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, forceMoveTo);
480 public void arcTo(RectF oval, float startAngle, float sweepAngle) {
481 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, false);
496 public void arcTo(float left, float top, float right, float bottom, float startAngle,
  /external/skqp/include/core/
SkPath.h     [all...]
  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableTests.cpp 88 outPath->arcTo(10.0, 10.0, 0.0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 10.0, 10.0);
89 outPath->arcTo(10.0, 10.0, 0.0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 20.0, 20.0);
160 outPath->arcTo(230.0, 230.0, 0.0, SkPath::kLarge_ArcSize, SkPath::kCCW_Direction, 301.0, 70.0);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 74 expectedPath.arcTo(oval, 270, 90);
  /external/skia/fuzz/
FuzzCommon.h 62 path->arcTo(a, b, c, d, e);
  /external/skqp/fuzz/
FuzzCommon.h 62 path->arcTo(a, b, c, d, e);
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 119 p.arcTo(-radius, -radius, radius, radius, -180, 270, false);
143 p.arcTo(-radius, -radius, radius, radius, -180, 270, false);

Completed in 453 milliseconds

1 2 3 4