/third_party/flutter/skia/include/core/ |
D | SkRRect.h | 64 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/ |
D | SkRRect.cpp | 48 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()
|
D | SkBlurMF.cpp | 439 case SkRRect::kOval_Type: in filterRRectToNine()
|
/third_party/skia/src/core/ |
D | SkRRect.cpp | 37 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()
|
D | SkBlurMF.cpp | 302 case SkRRect::kOval_Type: in filterRRectToNine()
|
/third_party/skia/include/core/ |
D | SkRRect.h | 65 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/ |
D | GrShape.h | 75 } else if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in GrShape() 411 if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in segmentMask()
|
/third_party/skia/gm/ |
D | shapes.cpp | 118 case SkRRect::kOval_Type: in drawShapes()
|
/third_party/flutter/skia/gm/ |
D | shapes.cpp | 118 case SkRRect::kOval_Type: in drawShapes()
|
/third_party/flutter/skia/site/user/api/ |
D | SkRRect_Reference.md | 19 <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/ |
D | PathBench.cpp | 817 kOval_Type, enumerator 832 case kOval_Type: in ConservativelyContainsBench() 1213 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
|
/third_party/flutter/skia/bench/ |
D | PathBench.cpp | 815 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/ |
D | FlutterPlatformViews_Internal.mm | 75 case SkRRect::kOval_Type:
|
/third_party/flutter/skia/tests/ |
D | RoundRectTest.cpp | 211 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()
|
D | RRectInPathTest.cpp | 48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
|
D | GrShapeTest.cpp | 1619 case SkRRect::kOval_Type: in canonicalize_rrect_start()
|
/third_party/skia/tests/ |
D | RRectInPathTest.cpp | 48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
|
D | RoundRectTest.cpp | 214 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()
|
D | GrStyledShapeTest.cpp | 1640 case SkRRect::kOval_Type: in canonicalize_rrect_start()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrFillRRectOp.cpp | 799 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()
|
/third_party/skia/src/gpu/ops/ |
D | FillRRectOp.cpp | 825 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()
|
/third_party/flutter/skia/src/utils/ |
D | SkLua.cpp | 1468 case SkRRect::kOval_Type: return "oval"; in rrect_type()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 3262 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 3305 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…
|