/external/skia/gm/ |
D | ovals.cpp | 188 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); in onDraw() local 204 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); in onDraw() local 221 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); in onDraw() local 236 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); in onDraw() local 278 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30); in onDraw() local
|
D | smallcircles.cpp | 15 SkRect oval = SkRect::MakeLTRB(radius * -1, radius * -1, radius, radius); in draw_small_circle() local
|
D | testgradient.cpp | 53 SkRRect oval; in onDraw() local
|
D | arcto.cpp | 73 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable 291 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); variable
|
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
D | PathTest.java | 95 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in arcTo1() local 104 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in arcTo2() local
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativePathTest.java | 149 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testArcTo1() local 158 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testArcTo2() local 232 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddOval() local 377 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddArc() local
|
D | ShadowNativeCornerPathEffectTest.java | 56 RectF oval = in testCornerPathEffect() local
|
/external/skia/docs/examples/ |
D | Path_addOval.cpp | 7 SkPath oval; in draw() local
|
D | Canvas_clipRRect.cpp | 10 SkRRect oval; in draw() local
|
D | Canvas_clipRRect_3.cpp | 8 auto oval = SkRRect::MakeRectXY({10, 20, 90, 100}, 9, 13); in draw() local
|
D | Canvas_clipRRect_2.cpp | 8 auto oval = SkRRect::MakeOval({10, 20, 90, 100}); in draw() local
|
D | Canvas_drawArc_a.cpp | 8 SkRect oval = { 4, 4, 60, 60}; in draw() local
|
D | Canvas_drawArc_b.cpp | 10 SkRect oval = { 4, 4, 60, 60}; in draw() local
|
D | shapes.cpp | 17 SkRRect oval; in draw() local
|
D | fivearcs.cpp | 13 SkRect oval = {8, 8, 56, 56}; in draw() local
|
D | shapes_with_motion.cpp | 19 SkRRect oval; in draw() local
|
D | SkPath_arcTo_example.cpp | 13 SkRect oval = {64, 64, 448, 448}; in draw() local
|
D | issue640176.cpp | 15 SkRect oval = {-radius, -radius, radius, radius}; in draw() local
|
D | skcanvas_paint.cpp | 16 SkRRect oval; in draw() local
|
D | Path_conicTo_2.cpp | 9 SkRect oval = {0, 20, 120, 140}; in draw() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCanvas.java | 98 public final RectF oval; field in ShadowCanvas.OvalPaintHistoryEvent 101 OvalPaintHistoryEvent(RectF oval, Paint paint) { in OvalPaintHistoryEvent() 174 public final RectF oval; field in ShadowCanvas.ArcPaintHistoryEvent 181 RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint) { in ArcPaintHistoryEvent()
|
/external/skia/src/gpu/ganesh/effects/ |
D | GrOvalEffect.cpp | 20 const SkRect& oval, const GrShaderCaps& caps) { in Make()
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 250 static bool arc_is_lone_point(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arc_is_lone_point() 311 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() 331 SkPathBuilder& SkPathBuilder::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() 394 SkPathBuilder& SkPathBuilder::addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) { in addArc() 631 OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in OvalPointIterator() 682 SkPathBuilder& SkPathBuilder::addOval(const SkRect& oval, SkPathDirection dir, unsigned index) { in addOval()
|
D | SkPathMakers.h | 53 SkPath_OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in SkPath_OvalPointIterator()
|
/external/skia/include/core/ |
D | SkArc.h | 25 const SkRect& oval() const { return fOval; } in oval() function
|