Home
last modified time | relevance | path

Searched refs:kOval_Type (Results 1 – 25 of 27) sorted by relevance

12

/external/skqp/include/core/
DSkRRect.h74 kOval_Type, //!< non-zero width and height filled with radii enumerator
102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval()
220 fType = kOval_Type; in setOval()
/external/skia/include/core/
DSkRRect.h64 kOval_Type, //!< non-zero width and height filled with radii enumerator
80 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval()
198 fType = kOval_Type; in setOval()
/external/skqp/src/core/
DSkRRect.cpp48 fType = kOval_Type; in setRectXY()
89 fType = kOval_Type; in setNinePatch()
242 if (kOval_Type == this->type()) { in checkCornerContainment()
361 fType = kOval_Type; in computeType()
422 if (kOval_Type == fType) { in transform()
618 case kOval_Type: in isValid()
DSkBlurMF.cpp439 case SkRRect::kOval_Type: in filterRRectToNine()
/external/skia/src/core/
DSkRRect.cpp48 fType = kOval_Type; in setRectXY()
89 fType = kOval_Type; in setNinePatch()
242 if (kOval_Type == this->type()) { in checkCornerContainment()
361 fType = kOval_Type; in computeType()
420 if (kOval_Type == fType) { in transform()
644 case kOval_Type: in isValid()
DSkBlurMF.cpp440 case SkRRect::kOval_Type: in filterRRectToNine()
/external/skqp/include/utils/
DSkPaintFilterCanvas.h35 kOval_Type, enumerator
/external/skqp/src/gpu/
DGrShape.h75 } else if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in GrShape()
411 if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in segmentMask()
/external/skia/src/gpu/geometry/
DGrShape.h75 } else if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in GrShape()
437 if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in segmentMask()
/external/skia/gm/
Dshapes.cpp118 case SkRRect::kOval_Type: in drawShapes()
/external/skqp/gm/
Dshapes.cpp106 case SkRRect::kOval_Type: in drawShapes()
/external/skqp/site/user/api/
DSkRRect_Reference.md19 <a href='#SkRRect_kOval_Type'>kOval_Type</a>,
184 <a href='#SkRRect_kOval_Type'>kOval_Type</a>,
219 …lid #dddddd; padding: 8px; '><a name='SkRRect_kOval_Type'><code>SkRRect::kOval_Type</code></a></td>
281 …ef='#SkRRect_kRect_Type'>kRect_Type</a>, <a href='#SkRRect_kOval_Type'>kOval_Type</a>, <a href='#S…
306 …ef='#SkRRect_kRect_Type'>kRect_Type</a>, <a href='#SkRRect_kOval_Type'>kOval_Type</a>, <a href='#S…
498 <a href='#SkRRect_kOval_Type'>kOval_Type</a>, or <a href='#SkRRect_kSimple_Type'>kSimple_Type</a>, …
623 Otherwise, sets to <a href='#SkRRect_kOval_Type'>kOval_Type</a>.
656 …ct</a>.<a href='#SkRect_height'>height()</a>, sets to <a href='#SkRRect_kOval_Type'>kOval_Type</a>.
694 Otherwise, sets to <a href='#SkRRect_kOval_Type'>kOval_Type</a>.
723 …ct</a>.<a href='#SkRect_height'>height()</a>, sets to <a href='#SkRRect_kOval_Type'>kOval_Type</a>.
[all …]
/external/skqp/bench/
DPathBench.cpp815 kOval_Type, enumerator
830 case kOval_Type: in ConservativelyContainsBench()
1176 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/skia/bench/
DPathBench.cpp815 kOval_Type, enumerator
830 case kOval_Type: in ConservativelyContainsBench()
1176 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/skqp/src/utils/
DSkPaintFilterCanvas.cpp101 AutoPaintFilter apf(this, kOval_Type, paint); in onDrawOval()
DSkLua.cpp1469 case SkRRect::kOval_Type: return "oval"; in rrect_type()
/external/skqp/docs/
DSkRRect_Reference.bmh17 kOval_Type,
164 kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type,
175 kOval_Type,
197 #Const kOval_Type 2
/external/skqp/tests/
DRoundRectTest.cpp211 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type()); in test_round_rect_basic()
326 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type()); in test_round_rect_ovals()
DRRectInPathTest.cpp48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
DGrShapeTest.cpp1619 case SkRRect::kOval_Type: in canonicalize_rrect_start()
/external/skqp/src/gpu/ops/
DGrAAFillRRectOp.cpp509 case SkRRect::kOval_Type: in can_use_hw_derivatives()
/external/skia/tests/
DRoundRectTest.cpp211 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type()); in test_round_rect_basic()
326 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type()); in test_round_rect_ovals()
DRRectInPathTest.cpp48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
/external/skia/src/gpu/ops/
DGrFillRRectOp.cpp854 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()
/external/skia/src/utils/
DSkLua.cpp1441 case SkRRect::kOval_Type: return "oval"; in rrect_type()

12