Home
last modified time | relevance | path

Searched refs:setOval (Results 1 – 19 of 19) sorted by relevance

/external/skia/gm/
Ddrrect.cpp42 outers[1].setOval(r); in onDraw()
51 inners[2].setOval(r); in onDraw()
Dtestgradient.cpp52 oval.setOval(rect); in onDraw()
Dpathcontourstart.cpp83 rrect.setOval(rect); in onDraw()
Dshapes.cpp22 fShapes.push_back().setOval(SkRect::MakeXYWH(-5, 25, 200, 100)); in ShapesGM()
Drrects.cpp155 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects()
Drrect.cpp151 rrect[1].setOval(r); in onDraw()
/external/skia/include/core/
DSkRRect.h161 rr.setOval(oval); in MakeOval()
175 void setOval(const SkRect& oval) { in setOval() function
/external/skia/bench/
DShapesBench.cpp139 fOval.setOval(fRect.rect()); in onDelayedSetup()
145 fInnerOval.setOval(fInnerRect.rect()); in onDelayedSetup()
DPictureOverheadBench.cpp100 rrect.setOval({0, 0, 1000, 1000}); in onDraw()
/external/skia/tests/
DRoundRectTest.cpp74 r.setOval(oooRects[i]); in test_empty()
91 r.setOval(emptyRects[i]); in test_empty()
193 rr2.setOval(rect); in test_round_rect_basic()
703 rrect.setOval(r); in test_issue_2696()
DCanvasStateTest.cpp303 roundRect.setOval(SkRect::MakeWH(5, 5)); in DEF_TEST()
DRRectInPathTest.cpp291 rr2.setOval(rect); in test_round_rect_basic()
DClipStackTest.cpp242 rrectA.setOval(rectA); in test_bounds()
/external/skia/samplecode/
DSampleClipDrawMatch.cpp59 circle.setOval(create_rect(offset)); in create_circle()
DSamplePathFuzz.cpp336 rrect.setOval(oval); in makeRRect()
/external/skia/src/gpu/
DGrShape.cpp375 fRRectData.fRRect.setOval(rect); in attemptToSimplifyPath()
DGrRenderTargetContext.cpp982 rrect.setOval(rect); in drawFastShadow()
/external/skia/src/core/
DSkClipStack.cpp107 rrect.setOval(ovalRect); in initPath()
DSkCanvas.cpp1467 rrect.setOval(r); in clipPath()