Lines Matching refs:isConvex
55 REPORTER_ASSERT(reporter, !path.isConvex()); in test_skbug_3469()
544 bool smallConvex = smallPath.isConvex(); in test_tiny_path_convexity()
552 bool largeConvex = largePath.isConvex(); in test_tiny_path_convexity()
853 REPORTER_ASSERT(reporter, temp.isConvex()); in test_arb_round_rect_is_convex()
1150 REPORTER_ASSERT(reporter, path.isConvex()); in test_direction()
1315 bool convexity = copy.isConvex(); in check_convexity()
1326 tinyConvexPolygon.isConvex(); in test_path_crbug389050()
1334 platTriangle.isConvex(); in test_path_crbug389050()
1342 platTriangle.isConvex(); in test_path_crbug389050()
1524 REPORTER_ASSERT(reporter, p.isConvex()); in check_convex_bounds()
1528 REPORTER_ASSERT(reporter, p2.isConvex()); in check_convex_bounds()
1533 REPORTER_ASSERT(reporter, other.isConvex()); in check_convex_bounds()
1610 REPORTER_ASSERT(reporter, gRec[i].fExpectedIsConvex == path.isConvex()); in test_convexity()
1686 REPORTER_ASSERT(reporter, !copy.isConvex()); in test_convexity()
1720 REPORTER_ASSERT(reporter, !copy.isConvex()); in test_convexity()
3594 REPORTER_ASSERT(reporter, p.isConvex()); in test_empty()
3603 REPORTER_ASSERT(reporter, path->isConvex()); in test_rrect_is_convex()
3607 REPORTER_ASSERT(reporter, path->isConvex()); in test_rrect_is_convex()
3613 REPORTER_ASSERT(reporter, path->isConvex()); in test_rrect_convexity_is_unknown()
3617 REPORTER_ASSERT(reporter, !path->isConvex()); in test_rrect_convexity_is_unknown()
3663 REPORTER_ASSERT(reporter, !p.isConvex()); in test_rrect()
3667 REPORTER_ASSERT(reporter, !p.isConvex()); in test_rrect()
3712 REPORTER_ASSERT(reporter, p.isConvex()); in test_arc()
3715 REPORTER_ASSERT(reporter, p.isConvex()); in test_arc()
5126 SkASSERT(aPath.isConvex()); in DEF_TEST()
5132 SkASSERT(scalePath.isConvex()); in DEF_TEST()
5139 SkASSERT(scalePath.isConvex()); in DEF_TEST()
5552 REPORTER_ASSERT(reporter, path->isConvex()); in survive()
5617 REPORTER_ASSERT(r, path.isConvex()); in DEF_TEST()
5830 REPORTER_ASSERT(r, path.isConvex()); in DEF_TEST()
5835 REPORTER_ASSERT(r, path2.isConvex()); in DEF_TEST()
5863 REPORTER_ASSERT(r, path.isConvex()); in DEF_TEST()
5882 REPORTER_ASSERT(r, !path.isConvex()); in DEF_TEST()
5888 REPORTER_ASSERT(r, !pathWithExtraMoveTo.isConvex()); in DEF_TEST()