Searched refs:getConvexity (Results 1 – 7 of 7) sorted by relevance
125 Convexity getConvexity() const { in getConvexity() function157 return kConvex_Convexity == this->getConvexity(); in isConvex()
222 SkASSERT(SkPath::kConvex_Convexity == gPath[i].getConvexity()); in TestPathConvex()
155 mPath->append(gConvexityStrings[path.getConvexity()]); in PathToString()
263 if (kConvex_Convexity != this->getConvexity()) { in conservativelyContainsRect()2297 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity() function2494 if (kConcave_Convexity == state.getConvexity()) { in internalGetConvexity()2499 fConvexity = state.getConvexity(); in internalGetConvexity()
1187 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity()); in test_direction()1351 SkPath::Convexity c = copy.getConvexity(); in check_convexity()1362 tinyConvexPolygon.getConvexity(); in test_path_crbug389050()1371 platTriangle.getConvexity(); in test_path_crbug389050()1379 platTriangle.getConvexity(); in test_path_crbug389050()1608 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()3599 REPORTER_ASSERT(reporter, path->getConvexity() == SkPath::kUnknown_Convexity); in test_rrect_convexity_is_unknown()
349 SkASSERT(SkPath::kConvex_Convexity == path.getConvexity()); in extractFromPath()
1400 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); in lpath_isConvex()