Home
last modified time | relevance | path

Searched refs:kEmpty_Type (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/include/core/
DSkRRect.h63 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/
DRRect_MakeEmpty.cpp15 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!";
DRRect_type_2.cpp15 str += SkRRect::kEmpty_Type == rrect2.type() ? "=" : "!";
/third_party/skia/src/core/
DSkRRect.cpp201 fType = kEmpty_Type; in initializeRect()
373 fType = kEmpty_Type; in computeType()
561 dst->fType = kEmpty_Type; in inset()
694 case kEmpty_Type: in isValid()
DSkClipStack.cpp206 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
DSkBlurMF.cpp294 case SkRRect::kEmpty_Type: in filterRRectToNine()
/third_party/skia/tests/
DRoundRectTest.cpp51 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()
DRRectInPathTest.cpp46 case SkRRect::kEmpty_Type: in inner_path_contains_rrect()
DGrStyledShapeTest.cpp1588 REPORTER_ASSERT(reporter, emptyRRect.getType() == SkRRect::kEmpty_Type); in DEF_TEST()
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp821 case SkRRect::kEmpty_Type: in can_use_hw_derivatives_with_coverage()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3262 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…