Searched refs:triLeft (Results 1 – 1 of 1) sorted by relevance
1360 SkPath triLeft; in test_convexity2() local1361 triLeft.moveTo(0, 0); in test_convexity2()1362 triLeft.lineTo(SK_Scalar1, 0); in test_convexity2()1363 triLeft.lineTo(SK_Scalar1, SK_Scalar1); in test_convexity2()1364 triLeft.close(); in test_convexity2()1365 check_convexity(reporter, triLeft, true); in test_convexity2()1366 check_direction(reporter, triLeft, SkPathFirstDirection::kCW); in test_convexity2()