Searched refs:kConcave_Convexity (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 96 kConcave_Convexity enumerator 161 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity); in setIsConvex()
|
/external/skia/tests/ |
D | PathTest.cpp | 329 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity); in test_convexity2() 340 check_convexity(reporter, spiral, SkPath::kConcave_Convexity); in test_convexity2() 349 check_convexity(reporter, dent, SkPath::kConcave_Convexity); in test_convexity2() 387 static const SkPath::Convexity C = SkPath::kConcave_Convexity; in test_convexity() 413 { "0 0 10 10 20 20 0 0 10 10", SkPath::kConcave_Convexity }, in test_convexity() 416 { "0 0 10 10 10 0 0 10", SkPath::kConcave_Convexity }, in test_convexity() 417 { "0 0 10 0 0 10 -10 -10", SkPath::kConcave_Convexity }, in test_convexity()
|
/external/skia/src/core/ |
D | SkPath.cpp | 1749 if (SkPath::kConcave_Convexity == fConvexity) { in addPt() 1775 fConvexity = SkPath::kConcave_Convexity; in addPt() 1797 fConvexity = SkPath::kConcave_Convexity; in addVec() 1823 return kConcave_Convexity; in ComputeConvexity() 1837 return kConcave_Convexity; in ComputeConvexity() 1844 if (kConcave_Convexity == state.getConvexity()) { in ComputeConvexity() 1845 return kConcave_Convexity; in ComputeConvexity()
|