Searched refs:kComplex_Type (Results 1 – 18 of 18) sorted by relevance
/external/skqp/include/core/ |
D | SkRRect.h | 77 kComplex_Type, //!< non-zero width and height with arbitrary radii enumerator 78 kLastType = kComplex_Type, //!< largest Type value 105 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
/external/skia/include/core/ |
D | SkRRect.h | 77 kComplex_Type, //!< non-zero width and height with arbitrary radii enumerator 78 kLastType = kComplex_Type, //!< largest Type value 105 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
/external/skia/tests/ |
D | RoundRectTest.cpp | 266 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic() 315 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects() 346 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr2.type()); in test_round_rect_general() 360 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr1.type()); in test_round_rect_iffy_parameters()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 266 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic() 315 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects() 346 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr2.type()); in test_round_rect_general() 360 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr1.type()); in test_round_rect_iffy_parameters()
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 20 kComplex_Type, 21 kLastType = kComplex_Type, 165 kComplex_Type 178 kComplex_Type, 179 kLastType = kComplex_Type, 220 #Const kComplex_Type 5
|
/external/skia/docs/ |
D | SkRRect_Reference.bmh | 20 kComplex_Type, 21 kLastType = kComplex_Type, 165 kComplex_Type 178 kComplex_Type, 179 kLastType = kComplex_Type, 220 #Const kComplex_Type 5
|
/external/skqp/src/core/ |
D | SkRRect.cpp | 372 fType = kComplex_Type; in computeType() 641 case kComplex_Type: in isValid()
|
D | SkBlurMF.cpp | 447 case SkRRect::kComplex_Type: in filterRRectToNine()
|
/external/skia/src/core/ |
D | SkRRect.cpp | 372 fType = kComplex_Type; in computeType() 641 case kComplex_Type: in isValid()
|
D | SkBlurMF.cpp | 447 case SkRRect::kComplex_Type: in filterRRectToNine()
|
/external/skia/site/user/api/ |
D | SkRRect_Reference.md | 22 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 23 …href='#SkRRect_kLastType'>kLastType</a> = <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 187 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 188 … <a href='#SkRRect_kLastType'>kLastType</a> = <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 251 …ddddd; padding: 8px; '><a name='SkRRect_kComplex_Type'><code>SkRRect::kComplex_Type</code></a></td> 282 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a> 307 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a> 499 …nePatch_Type'>kNinePatch_Type</a> or <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, at least …
|
/external/skqp/site/user/api/ |
D | SkRRect_Reference.md | 22 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 23 …href='#SkRRect_kLastType'>kLastType</a> = <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 187 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 188 … <a href='#SkRRect_kLastType'>kLastType</a> = <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, 251 …ddddd; padding: 8px; '><a name='SkRRect_kComplex_Type'><code>SkRRect::kComplex_Type</code></a></td> 282 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a> 307 <a href='#SkRRect_kComplex_Type'>kComplex_Type</a> 499 …nePatch_Type'>kNinePatch_Type</a> or <a href='#SkRRect_kComplex_Type'>kComplex_Type</a>, at least …
|
/external/skqp/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 522 case SkRRect::kComplex_Type: { in can_use_hw_derivatives()
|
/external/skia/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 535 case SkRRect::kComplex_Type: { in can_use_hw_derivatives()
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 562 if (SkRRect::kComplex_Type == clipRRect.getType()) { in clipOutsideElement()
|
/external/skqp/src/gpu/ |
D | GrReducedClip.cpp | 562 if (SkRRect::kComplex_Type == clipRRect.getType()) { in clipOutsideElement()
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 1472 case SkRRect::kComplex_Type: return "complex"; in rrect_type()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1472 case SkRRect::kComplex_Type: return "complex"; in rrect_type()
|