/third_party/skia/gm/ |
D | drrect_small_inner.cpp | 21 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); 36 auto inner = SkRRect::MakeOval(
|
D | blurredclippedcircle.cpp | 64 SkRRect clipRRect = SkRRect::MakeOval(clipRect2); in onDraw() 68 SkRRect rr = SkRRect::MakeOval(r); in onDraw()
|
D | bigrrectaaeffect.cpp | 141 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");… 142 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
|
D | complexclip4.cpp | 105 canvas, SkRRect::MakeOval(SkRect::MakeLTRB(500, 600, 900, 750)), fDoAAClip); in onDraw()
|
/third_party/skia/docs/examples/ |
D | Canvas_drawDRRect_a.cpp | 8 SkRRect inner = SkRRect::MakeOval({60, 70, 170, 160}); in draw()
|
D | Canvas_clipRRect_2.cpp | 9 auto oval = SkRRect::MakeOval({10, 20, 90, 100}); in draw()
|
D | RRect_getBounds.cpp | 11 rrect = SkRRect::MakeOval(rrect.getBounds()); in draw()
|
D | RRect_MakeOval.cpp | 8 SkRRect rrect = SkRRect::MakeOval({30, 10, 100, 60}); in draw()
|
D | RRect_notequal_operator.cpp | 10 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect());
|
D | RRect_contains.cpp | 10 SkRRect oval = SkRRect::MakeOval(test);
|
D | RRect_equal_operator.cpp | 10 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect());
|
D | purplestamp.cpp | 24 SkRRect::MakeOval(SkRect::MakeXYWH(size / 4, size / 4, size / 2, size / 2)), paint); in drawStamp()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | Ellipse.cpp | 40 this->node()->setRRect(SkRRect::MakeOval(bounds)); in onSync()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 174 this->drawShape(Shape(SkRRect::MakeOval(oval)), paint, SkStrokeRec(paint)); in drawOval() 198 this->drawShape(Shape(SkRRect::MakeOval(pointRect)), paint, kFillStyle); in drawPoints()
|
/third_party/skia/src/gpu/geometry/ |
D | GrShape.cpp | 76 this->simplifyRRect(SkRRect::MakeOval(rect), dir, start * 2, flags); in simplifyPath() 129 this->simplifyRRect(SkRRect::MakeOval(fArc.fOval), in simplifyArc()
|
D | GrStyledShape.cpp | 747 fShape.setRRect(SkRRect::MakeOval(r)); in simplifyStroke()
|
/third_party/skia/include/core/ |
D | SkRRect.h | 158 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() function
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 990 test_read_rrect(reporter, SkRRect::MakeOval(kRect), true); in test_read() 991 test_read_rrect(reporter, SkRRect::MakeOval(kInfRect), true); in test_read() 992 test_read_rrect(reporter, SkRRect::MakeOval(kNaNRect), true); in test_read() 1031 SkRect inner = SkRRectPriv::InnerBounds(SkRRect::MakeOval(SkRect::MakeWH(2.f * radius, in test_inner_bounds() 1265 a = SkRRect::MakeOval(SkRect::MakeWH(2*r, 2*r)); in test_conservative_intersection()
|
D | GrClipStackTest.cpp | 811 .expect().rrect(SkRRect::MakeOval(rect)).finishElements() in DEF_TEST() 1537 SkRRect rr = SkRRect::MakeOval(rt.makeOffset({20.f, 0.f})); in DEF_TEST()
|
D | GrStyledShapeTest.cpp | 2163 SkRRect::MakeOval(SkRect::MakeWH(20, 20))}) { in DEF_TEST() 2342 TestCase oval(GrStyledShape(SkRRect::MakeOval(kOval1)), reporter); in DEF_TEST()
|
/third_party/skia/experimental/sorttoy/ |
D | Cmds.cpp | 235 c->clipRRect(SkRRect::MakeOval(SkRect::Make(fRect))); in execute()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1194 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1303 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1408 SkRRect::MakeOval(oval), oval, GrAA(aaType != GrAAType::kNone)); in drawOval() 1422 GrStyledShape(SkRRect::MakeOval(oval), SkPathDirection::kCW, 2, in drawOval()
|
D | Device.cpp | 579 SkRRect rr = SkRRect::MakeOval(oval); in drawOval()
|
/third_party/skia/modules/sksg/samples/ |
D | SampleSVGPong.cpp | 88 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw()
|
/third_party/skia/src/gpu/ops/ |
D | ShadowRRectOp.cpp | 773 SkRRect rrect = SkRRect::MakeOval(circle); in GR_DRAW_OP_TEST_DEFINE()
|