Home
last modified time | relevance | path

Searched refs:kOval_Type (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkRRect.cpp46 fType = kOval_Type; in setOval()
81 fType = kOval_Type; in setRectXY()
122 fType = kOval_Type; in setNinePatch()
280 if (kOval_Type == this->type()) { in checkCornerContainment()
410 fType = kOval_Type; in computeType()
473 if (kOval_Type == fType) { in transform()
696 case kOval_Type: in isValid()
DSkBlurMF.cpp305 case SkRRect::kOval_Type: in filterRRectToNine()
/external/skia/include/core/
DSkRRect.h69 kOval_Type, //!< non-zero width and height filled with radii enumerator
85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval()
/external/skia/gm/
Dshapes.cpp118 case SkRRect::kOval_Type: in drawShapes()
/external/skia/bench/
DPathBench.cpp822 kOval_Type, enumerator
837 case kOval_Type: in ConservativelyContainsBench()
1219 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/skia/tests/
DRRectInPathTest.cpp61 case SkRRect::kOval_Type: in inner_path_contains_rrect()
DRoundRectTest.cpp224 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type()); in test_round_rect_basic()
339 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type()); in test_round_rect_ovals()
DGrStyledShapeTest.cpp1666 case SkRRect::kOval_Type: in canonicalize_rrect_start()
/external/skia/src/gpu/ganesh/ops/
DFillRRectOp.cpp873 case SkRRect::kOval_Type: in can_use_hw_derivatives_with_coverage()