Searched refs:kEmpty_Type (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/include/core/ |
D | SkRRect.h | 63 kEmpty_Type, //!< zero width or height enumerator 79 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 511 int32_t fType = kEmpty_Type;
|
/third_party/skia/docs/examples/ |
D | RRect_MakeEmpty.cpp | 15 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!";
|
D | RRect_type_2.cpp | 15 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!";
|
/third_party/skia/src/core/ |
D | SkRRect.cpp | 201 fType = kEmpty_Type; in initializeRect() 373 fType = kEmpty_Type; in computeType() 561 dst->fType = kEmpty_Type; in inset() 694 case kEmpty_Type: in isValid()
|
D | SkClipStack.cpp | 206 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
|
D | SkBlurMF.cpp | 294 case SkRRect::kEmpty_Type: in filterRRectToNine()
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 51 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType()); in test_empty_crbug_458524() 182 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic() 290 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 | GrStyledShapeTest.cpp | 1588 REPORTER_ASSERT(reporter, emptyRRect.getType() == SkRRect::kEmpty_Type); in DEF_TEST()
|
/third_party/skia/src/gpu/ops/ |
D | FillRRectOp.cpp | 821 case SkRRect::kEmpty_Type: in can_use_hw_derivatives_with_coverage()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 3262 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…
|