Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkRRect.h64 kOval_Type, //!< non-zero width and height filled with radii enumerator
92 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval()
210 fType = kOval_Type; in setOval()
/third_party/flutter/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()
656 case kOval_Type: in isValid()
DSkBlurMF.cpp439 case SkRRect::kOval_Type: in filterRRectToNine()
/third_party/skia/src/core/
DSkRRect.cpp37 fType = kOval_Type; in setOval()
72 fType = kOval_Type; in setRectXY()
113 fType = kOval_Type; in setNinePatch()
271 if (kOval_Type == this->type()) { in checkCornerContainment()
401 fType = kOval_Type; in computeType()
464 if (kOval_Type == fType) { in transform()
704 case kOval_Type: in isValid()
DSkBlurMF.cpp302 case SkRRect::kOval_Type: in filterRRectToNine()
/third_party/skia/include/core/
DSkRRect.h65 kOval_Type, //!< non-zero width and height filled with radii enumerator
81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.h75 } else if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in GrShape()
411 if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in segmentMask()
/third_party/skia/gm/
Dshapes.cpp118 case SkRRect::kOval_Type: in drawShapes()
/third_party/flutter/skia/gm/
Dshapes.cpp118 case SkRRect::kOval_Type: in drawShapes()
/third_party/flutter/skia/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 …]
/third_party/skia/bench/
DPathBench.cpp817 kOval_Type, enumerator
832 case kOval_Type: in ConservativelyContainsBench()
1213 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/third_party/flutter/skia/bench/
DPathBench.cpp815 kOval_Type, enumerator
830 case kOval_Type: in ConservativelyContainsBench()
1176 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews_Internal.mm75 case SkRRect::kOval_Type:
/third_party/flutter/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()
DGrShapeTest.cpp1619 case SkRRect::kOval_Type: in canonicalize_rrect_start()
/third_party/skia/tests/
DRRectInPathTest.cpp48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
DRoundRectTest.cpp214 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type()); in test_round_rect_basic()
329 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type()); in test_round_rect_ovals()
DGrStyledShapeTest.cpp1640 case SkRRect::kOval_Type: in canonicalize_rrect_start()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp799 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp825 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()
/third_party/flutter/skia/src/utils/
DSkLua.cpp1468 case SkRRect::kOval_Type: return "oval"; in rrect_type()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3262 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3305 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…