Home
last modified time | relevance | path

Searched refs:MakeOval (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/gm/
Ddrrect_small_inner.cpp21 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius));
36 auto inner = SkRRect::MakeOval(
Dblurredclippedcircle.cpp64 SkRRect clipRRect = SkRRect::MakeOval(clipRect2); in onDraw()
68 SkRRect rr = SkRRect::MakeOval(r); in onDraw()
Dbigrrectaaeffect.cpp141 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)), "…
Dcomplexclip4.cpp105 canvas, SkRRect::MakeOval(SkRect::MakeLTRB(500, 600, 900, 750)), fDoAAClip); in onDraw()
/third_party/skia/docs/examples/
DCanvas_drawDRRect_a.cpp8 SkRRect inner = SkRRect::MakeOval({60, 70, 170, 160}); in draw()
DCanvas_clipRRect_2.cpp9 auto oval = SkRRect::MakeOval({10, 20, 90, 100}); in draw()
DRRect_getBounds.cpp11 rrect = SkRRect::MakeOval(rrect.getBounds()); in draw()
DRRect_MakeOval.cpp8 SkRRect rrect = SkRRect::MakeOval({30, 10, 100, 60}); in draw()
DRRect_notequal_operator.cpp10 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect());
DRRect_contains.cpp10 SkRRect oval = SkRRect::MakeOval(test);
DRRect_equal_operator.cpp10 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect());
Dpurplestamp.cpp24 SkRRect::MakeOval(SkRect::MakeXYWH(size / 4, size / 4, size / 2, size / 2)), paint); in drawStamp()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DEllipse.cpp40 this->node()->setRRect(SkRRect::MakeOval(bounds)); in onSync()
/third_party/skia/experimental/graphite/src/
DDevice.cpp174 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/
DGrShape.cpp76 this->simplifyRRect(SkRRect::MakeOval(rect), dir, start * 2, flags); in simplifyPath()
129 this->simplifyRRect(SkRRect::MakeOval(fArc.fOval), in simplifyArc()
DGrStyledShape.cpp747 fShape.setRRect(SkRRect::MakeOval(r)); in simplifyStroke()
/third_party/skia/include/core/
DSkRRect.h158 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() function
/third_party/skia/tests/
DRoundRectTest.cpp990 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()
DGrClipStackTest.cpp811 .expect().rrect(SkRRect::MakeOval(rect)).finishElements() in DEF_TEST()
1537 SkRRect rr = SkRRect::MakeOval(rt.makeOffset({20.f, 0.f})); in DEF_TEST()
DGrStyledShapeTest.cpp2163 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/
DCmds.cpp235 c->clipRRect(SkRRect::MakeOval(SkRect::Make(fRect))); in execute()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1194 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()
DDevice.cpp579 SkRRect rr = SkRRect::MakeOval(oval); in drawOval()
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp88 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw()
/third_party/skia/src/gpu/ops/
DShadowRRectOp.cpp773 SkRRect rrect = SkRRect::MakeOval(circle); in GR_DRAW_OP_TEST_DEFINE()

12