/external/skqp/gm/ |
D | drrect_small_inner.cpp | 17 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); 32 auto inner = SkRRect::MakeOval(
|
D | blurredclippedcircle.cpp | 59 SkRRect clipRRect = SkRRect::MakeOval(clipRect2); in onDraw() 63 SkRRect rr = SkRRect::MakeOval(r); in onDraw()
|
D | bigrrectaaeffect.cpp | 129 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");… 130 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
|
D | complexclip4.cpp | 69 canvas->clipRRect(SkRRect::MakeOval(SkRect::MakeLTRB(500, 600, 900, 750)), in onDraw()
|
/external/skia/gm/ |
D | drrect_small_inner.cpp | 17 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); 32 auto inner = SkRRect::MakeOval(
|
D | blurredclippedcircle.cpp | 59 SkRRect clipRRect = SkRRect::MakeOval(clipRect2); in onDraw() 63 SkRRect rr = SkRRect::MakeOval(r); in onDraw()
|
D | bigrrectaaeffect.cpp | 118 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");… 119 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
|
D | complexclip4.cpp | 69 canvas->clipRRect(SkRRect::MakeOval(SkRect::MakeLTRB(500, 600, 900, 750)), in onDraw()
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 39 static SkRRect MakeOval(const SkRect& oval); 653 #SeeAlso setRect MakeOval MakeRectXY 659 #Method static SkRRect MakeOval(const SkRect& oval) 667 SkRRect rrect = SkRRect::MakeOval({30, 10, 100, 60}); 719 #SeeAlso MakeOval 930 rrect = SkRRect::MakeOval(rrect.getBounds()); 948 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect()); 974 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect()); 1135 SkRRect oval = SkRRect::MakeOval(test);
|
/external/skia/docs/ |
D | SkRRect_Reference.bmh | 39 static SkRRect MakeOval(const SkRect& oval); 653 #SeeAlso setRect MakeOval MakeRectXY 659 #Method static SkRRect MakeOval(const SkRect& oval) 667 SkRRect rrect = SkRRect::MakeOval({30, 10, 100, 60}); 719 #SeeAlso MakeOval 930 rrect = SkRRect::MakeOval(rrect.getBounds()); 948 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect()); 974 SkRRect rrect3 = SkRRect::MakeOval(rrect1.rect()); 1135 SkRRect oval = SkRRect::MakeOval(test);
|
/external/skqp/include/core/ |
D | SkRRect.h | 179 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() function
|
/external/skia/include/core/ |
D | SkRRect.h | 179 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() function
|
/external/skia/tests/ |
D | RoundRectTest.cpp | 776 test_read_rrect(reporter, SkRRect::MakeOval(kRect), true); in test_read() 777 test_read_rrect(reporter, SkRRect::MakeOval(kInfRect), true); in test_read() 778 test_read_rrect(reporter, SkRRect::MakeOval(kNaNRect), true); in test_read()
|
D | GrShapeTest.cpp | 2147 SkRRect::MakeOval(SkRect::MakeWH(20, 20))}) { in DEF_TEST() 2324 TestCase oval(GrShape(SkRRect::MakeOval(kOval1)), reporter); in DEF_TEST()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 776 test_read_rrect(reporter, SkRRect::MakeOval(kRect), true); in test_read() 777 test_read_rrect(reporter, SkRRect::MakeOval(kInfRect), true); in test_read() 778 test_read_rrect(reporter, SkRRect::MakeOval(kNaNRect), true); in test_read()
|
D | GrShapeTest.cpp | 2147 SkRRect::MakeOval(SkRect::MakeWH(20, 20))}) { in DEF_TEST() 2324 TestCase oval(GrShape(SkRRect::MakeOval(kOval1)), reporter); in DEF_TEST()
|
/external/skia/modules/sksg/samples/ |
D | SampleSVGPong.cpp | 85 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw()
|
/external/skqp/modules/sksg/samples/ |
D | SampleSVGPong.cpp | 85 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1220 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1321 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1536 op = GrAAFillRRectOp::Make(fContext, viewMatrix, SkRRect::MakeOval(oval), *this->caps(), in drawOval() 1553 GrShape(SkRRect::MakeOval(oval), SkPath::kCW_Direction, 2, false, style)); in drawOval()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1313 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1414 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow() 1629 op = GrAAFillRRectOp::Make(fContext, viewMatrix, SkRRect::MakeOval(oval), *this->caps(), in drawOval() 1646 GrShape(SkRRect::MakeOval(oval), SkPath::kCW_Direction, 2, false, style)); in drawOval()
|
D | SkGpuDevice.cpp | 542 SkRRect rr = SkRRect::MakeOval(oval); in drawOval()
|
/external/skqp/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 677 SkRRect rrect = SkRRect::MakeOval(circle); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 679 SkRRect rrect = SkRRect::MakeOval(circle); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/site/user/api/ |
D | SkRRect_Reference.md | 41 …static <a href='SkRRect_Reference#SkRRect'>SkRRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a>(co… 611 <a href='#SkRRect_setRect'>setRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a> <a href='#SkRRect_M… 618 static <a href='SkRRect_Reference#SkRRect'>SkRRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a>(con… 709 <a href='#SkRRect_MakeOval'>MakeOval</a>
|
/external/skqp/site/user/api/ |
D | SkRRect_Reference.md | 41 …static <a href='SkRRect_Reference#SkRRect'>SkRRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a>(co… 611 <a href='#SkRRect_setRect'>setRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a> <a href='#SkRRect_M… 618 static <a href='SkRRect_Reference#SkRRect'>SkRRect</a> <a href='#SkRRect_MakeOval'>MakeOval</a>(con… 709 <a href='#SkRRect_MakeOval'>MakeOval</a>
|