/external/skqp/include/core/ |
D | SkRRect.h | 72 kEmpty_Type, //!< zero width or height enumerator 100 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 521 int32_t fType = kEmpty_Type;
|
/external/skia/include/core/ |
D | SkRRect.h | 72 kEmpty_Type, //!< zero width or height enumerator 100 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 521 int32_t fType = kEmpty_Type;
|
/external/skqp/src/core/ |
D | SkRRect.cpp | 172 fType = kEmpty_Type; in initializeRect() 333 fType = kEmpty_Type; in computeType() 493 dst->fType = kEmpty_Type; in inset() 608 case kEmpty_Type: in isValid()
|
D | SkClipStack.cpp | 182 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
|
D | SkBlurMF.cpp | 431 case SkRRect::kEmpty_Type: in filterRRectToNine()
|
/external/skia/src/core/ |
D | SkRRect.cpp | 172 fType = kEmpty_Type; in initializeRect() 333 fType = kEmpty_Type; in computeType() 493 dst->fType = kEmpty_Type; in inset() 608 case kEmpty_Type: in isValid()
|
D | SkClipStack.cpp | 182 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
|
D | SkBlurMF.cpp | 431 case SkRRect::kEmpty_Type: in filterRRectToNine()
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 15 kEmpty_Type, 164 kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, 173 kEmpty_Type, 189 #Const kEmpty_Type 0 307 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!"; 308 str += "= SkRRect::kEmpty_Type"; 626 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!"; 627 str += "= SkRRect::kEmpty_Type";
|
/external/skia/docs/ |
D | SkRRect_Reference.bmh | 15 kEmpty_Type, 164 kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, 173 kEmpty_Type, 189 #Const kEmpty_Type 0 307 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!"; 308 str += "= SkRRect::kEmpty_Type"; 626 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!"; 627 str += "= SkRRect::kEmpty_Type";
|
/external/skia/site/user/api/ |
D | SkRRect_Reference.md | 17 <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, 102 Initializes corner radii to (0, 0), and sets type of <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 182 <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, 205 …d #dddddd; padding: 8px; '><a name='SkRRect_kEmpty_Type'><code>SkRRect::kEmpty_Type</code></a></td> 281 Returns <a href='#SkRRect_Type'>Type</a>, one of: <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <… 306 Returns <a href='#SkRRect_Type'>Type</a>, one of: <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <… 497 …href='#SkRRect_type'>type()</a> returns <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <a href='#… 523 corner radii to zero and sets type to <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 544 otherwise, sets type to <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 570 Initializes corner radii to (0, 0), and sets type of <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. [all …]
|
/external/skqp/site/user/api/ |
D | SkRRect_Reference.md | 17 <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, 102 Initializes corner radii to (0, 0), and sets type of <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 182 <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, 205 …d #dddddd; padding: 8px; '><a name='SkRRect_kEmpty_Type'><code>SkRRect::kEmpty_Type</code></a></td> 281 Returns <a href='#SkRRect_Type'>Type</a>, one of: <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <… 306 Returns <a href='#SkRRect_Type'>Type</a>, one of: <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <… 497 …href='#SkRRect_type'>type()</a> returns <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>, <a href='#… 523 corner radii to zero and sets type to <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 544 otherwise, sets type to <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. 570 Initializes corner radii to (0, 0), and sets type of <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>. [all …]
|
/external/skia/tests/ |
D | RoundRectTest.cpp | 48 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType()); in test_empty_crbug_458524() 179 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic() 287 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_rects()
|
D | RRectInPathTest.cpp | 46 case SkRRect::kEmpty_Type: in inner_path_contains_rrect()
|
D | GrShapeTest.cpp | 1567 REPORTER_ASSERT(reporter, emptyRRect.getType() == SkRRect::kEmpty_Type); in DEF_TEST()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 48 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType()); in test_empty_crbug_458524() 179 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic() 287 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_rects()
|
D | RRectInPathTest.cpp | 46 case SkRRect::kEmpty_Type: in inner_path_contains_rrect()
|
D | GrShapeTest.cpp | 1567 REPORTER_ASSERT(reporter, emptyRRect.getType() == SkRRect::kEmpty_Type); in DEF_TEST()
|
/external/skqp/src/gpu/ |
D | GrShape.h | 414 fRRectData.fRRect.getType() == SkRRect::kEmpty_Type) { in segmentMask()
|
/external/skqp/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 505 case SkRRect::kEmpty_Type: in can_use_hw_derivatives()
|
/external/skia/src/gpu/ |
D | GrShape.h | 414 fRRectData.fRRect.getType() == SkRRect::kEmpty_Type) { in segmentMask()
|
/external/skia/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 518 case SkRRect::kEmpty_Type: in can_use_hw_derivatives()
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 1467 case SkRRect::kEmpty_Type: return "empty"; in rrect_type()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1467 case SkRRect::kEmpty_Type: return "empty"; in rrect_type()
|