Searched refs:kRect_Type (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/include/core/ |
D | SkRRect.h | 64 kRect_Type, //!< non-zero width and height, and zeroed radii enumerator 80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 128 fType = kRect_Type; in setRect()
|
/third_party/skia/docs/examples/ |
D | RRect_getType.cpp | 15 str += SkRRect::kRect_Type == rrect2.getType() ? "=" : "!";
|
/third_party/skia/src/core/ |
D | SkRRect.cpp | 32 fType = kRect_Type; in setOval() 117 fType = kRect_Type; in setNinePatch() 393 fType = kRect_Type; in computeType() 460 if (kRect_Type == fType) { in transform() 699 case kRect_Type: in isValid()
|
D | SkClipStack.cpp | 206 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
|
D | SkBlurMF.cpp | 298 case SkRRect::kRect_Type: in filterRRectToNine()
|
/third_party/skia/gm/ |
D | shapes.cpp | 115 case SkRRect::kRect_Type: in drawShapes()
|
/third_party/skia/bench/ |
D | PathBench.cpp | 815 kRect_Type, enumerator 824 case kRect_Type: in ConservativelyContainsBench() 1211 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kRect_Type); )
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 195 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_basic() 299 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_rects() 309 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr2.type()); in test_round_rect_rects() 374 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr2.type()); in test_round_rect_iffy_parameters()
|
D | RRectInPathTest.cpp | 47 case SkRRect::kRect_Type: in inner_path_contains_rrect()
|
D | GrStyledShapeTest.cpp | 1638 case SkRRect::kRect_Type: in canonicalize_rrect_start()
|
/third_party/skia/src/gpu/ops/ |
D | FillRRectOp.cpp | 822 case SkRRect::kRect_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…
|