Searched refs:kComplex_Type (Results 1 – 5 of 5) sorted by relevance
75 kComplex_Type, //!< non-zero width and height with arbitrary radii enumerator76 kLastType = kComplex_Type, //!< largest Type value91 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
173 fType = kComplex_Type; in setNinePatch()427 fType = kComplex_Type; in computeType()732 case kComplex_Type: in isValid()
261 case SkRRect::kComplex_Type: in filterRRectToNine()
279 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic()328 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects()359 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr2.type()); in test_round_rect_general()373 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr1.type()); in test_round_rect_iffy_parameters()
984 case SkRRect::kComplex_Type: { in can_use_hw_derivatives_with_coverage()