Searched refs:kConvex_Convexity (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 111 kConvex_Convexity, enumerator 151 return kConvex_Convexity == this->getConvexity(); in isConvex() 162 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity); in setIsConvex()
|
/external/skia/tests/ |
D | PathTest.cpp | 1029 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity()); in test_direction() 1205 check_convexity(reporter, tinyConvexPolygon, SkPath::kConvex_Convexity); in test_path_crbug389050() 1229 check_convexity(reporter, pt, SkPath::kConvex_Convexity); in test_convexity2() 1236 check_convexity(reporter, line, SkPath::kConvex_Convexity); in test_convexity2() 1244 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity); in test_convexity2() 1252 check_convexity(reporter, triRight, SkPath::kConvex_Convexity); in test_convexity2() 1261 check_convexity(reporter, square, SkPath::kConvex_Convexity); in test_convexity2() 1278 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity); in test_convexity2() 1400 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity() 1402 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity() [all …]
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 214 SkASSERT(SkPath::kConvex_Convexity == gPath[i].getConvexity()); in TestPathConvex()
|
/external/skia/src/core/ |
D | SkDevice.cpp | 215 path.setConvexity(SkPath::kConvex_Convexity); in drawAtlas()
|
D | SkPath.cpp | 78 fPath->setConvexity(fDegenerate ? SkPath::kConvex_Convexity in ~SkAutoPathBoundsUpdate() 255 if (kConvex_Convexity != this->getConvexity()) { in conservativelyContainsRect() 2247 , fConvexity(SkPath::kConvex_Convexity) in Convexicator() 2464 if (kConvex_Convexity == fConvexity && SkPathPriv::kUnknown_FirstDirection == fFirstDirection) { in internalGetConvexity() 2646 if (SkPath::kConvex_Convexity == path.getConvexityOrUnknown()) { in CheapComputeFirstDirection()
|
/external/skia/src/gpu/batches/ |
D | GrAAConvexTessellator.cpp | 285 SkASSERT(SkPath::kConvex_Convexity == path.getConvexity()); in extractFromPath()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1532 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); in lpath_isConvex()
|