/external/skqp/gm/ |
D | ovals.cpp | 142 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30); in onDraw() local 184 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); in onDraw() local 200 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); in onDraw() local 217 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); in onDraw() local 232 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); in onDraw() local 274 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30); in onDraw() local
|
D | arcto.cpp | 54 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable 198 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); variable
|
D | testgradient.cpp | 51 SkRRect oval; in onDraw() local
|
D | dashcircle.cpp | 45 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); in onDraw() local
|
D | OverStroke.cpp | 78 SkRect oval = SkRect::MakeXYWH(0, -25, 100, 50); in oval_path() local
|
/external/skia/gm/ |
D | ovals.cpp | 142 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30); in onDraw() local 184 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); in onDraw() local 200 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); in onDraw() local 217 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); in onDraw() local 232 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); in onDraw() local 274 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30); in onDraw() local
|
D | arcto.cpp | 54 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable 198 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); variable
|
D | testgradient.cpp | 51 SkRRect oval; in onDraw() local
|
D | OverStroke.cpp | 78 SkRect oval = SkRect::MakeXYWH(0, -25, 100, 50); in oval_path() local
|
/external/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 14 std::unique_ptr<GrFragmentProcessor> GrOvalEffect::Make(GrClipEdgeType edgeType, const SkRect& oval, in Make()
|
/external/skqp/src/gpu/effects/ |
D | GrOvalEffect.cpp | 14 std::unique_ptr<GrFragmentProcessor> GrOvalEffect::Make(GrClipEdgeType edgeType, const SkRect& oval, in Make()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCanvas.java | 196 RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint) { in drawArc() 211 protected void drawOval(RectF oval, Paint paint) { in drawOval() 386 public final RectF oval; field in ShadowCanvas.OvalPaintHistoryEvent 389 private OvalPaintHistoryEvent(RectF oval, Paint paint) { in OvalPaintHistoryEvent() 445 public final RectF oval; field in ShadowCanvas.ArcPaintHistoryEvent 451 public ArcPaintHistoryEvent(RectF oval, float startAngle, float sweepAngle, boolean useCenter, in ArcPaintHistoryEvent()
|
/external/skqp/include/core/ |
D | SkRRect.h | 179 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() 209 void setOval(const SkRect& oval) { in setOval()
|
/external/skia/include/core/ |
D | SkRRect.h | 179 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() 209 void setOval(const SkRect& oval) { in setOval()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 374 GrShape GrShape::MakeArc(const SkRect& oval, SkScalar startAngleDegrees, SkScalar sweepAngleDegrees, in MakeArc() 699 auto oval = fArcData.fOval; in attemptToSimplifyArc() local
|
/external/skia/src/gpu/ |
D | GrShape.cpp | 374 GrShape GrShape::MakeArc(const SkRect& oval, SkScalar startAngleDegrees, SkScalar sweepAngleDegrees, in MakeArc() 699 auto oval = fArcData.fOval; in attemptToSimplifyArc() local
|
/external/skia/samplecode/ |
D | SamplePathEffects.cpp | 99 SkRect oval; in onOnceBeforeDraw() local
|
/external/skqp/samplecode/ |
D | SamplePathEffects.cpp | 99 SkRect oval; in onOnceBeforeDraw() local
|
D | SamplePathFuzz.cpp | 334 SkRect oval = makeRect(); in makeRRect() local 375 SkRect oval = makeRect(); in makePath() local 525 SkRect oval = makeRect(); in makePath() local
|
/external/skia/tests/ |
D | PathOpsBuilderConicTest.cpp | 24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder, in testOvalSet() 56 SkPath oval, regionResult, builderResult, opResult; in testOne() local
|
/external/skqp/tests/ |
D | PathOpsBuilderConicTest.cpp | 24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder, in testOvalSet() 56 SkPath oval, regionResult, builderResult, opResult; in testOne() local
|
/external/skia/src/core/ |
D | SkLiteRecorder.cpp | 79 void SkLiteRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() 82 void SkLiteRecorder::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in onDrawArc()
|
D | SkPath_serial.cpp | 56 SkRect oval; in writeToMemoryAsRRect() local
|
/external/skqp/src/core/ |
D | SkLiteRecorder.cpp | 76 void SkLiteRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() 79 void SkLiteRecorder::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in onDrawArc()
|
D | SkPath_serial.cpp | 56 SkRect oval; in writeToMemoryAsRRect() local
|