Home
last modified time | relevance | path

Searched refs:kComplex_Type (Results 1 – 18 of 18) sorted by relevance

/external/skqp/include/core/
DSkRRect.h77 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/
DSkRRect.h77 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/
DRoundRectTest.cpp266 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/
DRoundRectTest.cpp266 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/
DSkRRect_Reference.bmh20 kComplex_Type,
21 kLastType = kComplex_Type,
165 kComplex_Type
178 kComplex_Type,
179 kLastType = kComplex_Type,
220 #Const kComplex_Type 5
/external/skia/docs/
DSkRRect_Reference.bmh20 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/
DSkRRect.cpp372 fType = kComplex_Type; in computeType()
641 case kComplex_Type: in isValid()
DSkBlurMF.cpp447 case SkRRect::kComplex_Type: in filterRRectToNine()
/external/skia/src/core/
DSkRRect.cpp372 fType = kComplex_Type; in computeType()
641 case kComplex_Type: in isValid()
DSkBlurMF.cpp447 case SkRRect::kComplex_Type: in filterRRectToNine()
/external/skia/site/user/api/
DSkRRect_Reference.md22 <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/
DSkRRect_Reference.md22 <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/
DGrAAFillRRectOp.cpp522 case SkRRect::kComplex_Type: { in can_use_hw_derivatives()
/external/skia/src/gpu/ops/
DGrAAFillRRectOp.cpp535 case SkRRect::kComplex_Type: { in can_use_hw_derivatives()
/external/skia/src/gpu/
DGrReducedClip.cpp562 if (SkRRect::kComplex_Type == clipRRect.getType()) { in clipOutsideElement()
/external/skqp/src/gpu/
DGrReducedClip.cpp562 if (SkRRect::kComplex_Type == clipRRect.getType()) { in clipOutsideElement()
/external/skqp/src/utils/
DSkLua.cpp1472 case SkRRect::kComplex_Type: return "complex"; in rrect_type()
/external/skia/src/utils/
DSkLua.cpp1472 case SkRRect::kComplex_Type: return "complex"; in rrect_type()