Lines Matching refs:getConvexity
1158 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity()); in test_direction()
1322 SkPath::Convexity c = copy.getConvexity(); in check_convexity()
1350 tinyConvexPolygon.getConvexity(); in test_path_crbug389050()
1367 platTriangle.getConvexity(); in test_path_crbug389050()
1375 platTriangle.getConvexity(); in test_path_crbug389050()
1627 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()
1701 SkPath::Convexity c = copy.getConvexity(); in test_convexity()
1736 SkPath::Convexity c = copy.getConvexity(); in test_convexity()
3616 REPORTER_ASSERT(reporter, path->getConvexity() == SkPath::kConvex_Convexity); in test_rrect_convexity_is_unknown()
3715 REPORTER_ASSERT(reporter, p.getConvexity() == SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_arc()
3718 REPORTER_ASSERT(reporter, p.getConvexity() == SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_arc()
5331 REPORTER_ASSERT(reporter, path->getConvexity() == SkPath::kConvex_Convexity); in survive()
5395 REPORTER_ASSERT(r, path.getConvexity() == SkPath::kConvex_Convexity); in DEF_TEST()