Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkRRect.h68 kComplex_Type, //!< non-zero width and height with arbitrary radii enumerator
69 kLastType = kComplex_Type, //!< largest Type value
84 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
/third_party/skia/tests/
DRoundRectTest.cpp269 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic()
318 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects()
349 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr2.type()); in test_round_rect_general()
363 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr1.type()); in test_round_rect_iffy_parameters()
/third_party/skia/src/core/
DSkRRect.cpp412 fType = kComplex_Type; in computeType()
727 case kComplex_Type: in isValid()
DSkBlurMF.cpp310 case SkRRect::kComplex_Type: in filterRRectToNine()
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp838 case SkRRect::kComplex_Type: { in can_use_hw_derivatives_with_coverage()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3262 … kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLastType = kComplex_Type, …