Searched refs:triLeft (Results 1 – 1 of 1) sorted by relevance
1121 SkPath triLeft; in test_convexity2() local1122 triLeft.moveTo(0, 0); in test_convexity2()1123 triLeft.lineTo(SK_Scalar1, 0); in test_convexity2()1124 triLeft.lineTo(SK_Scalar1, SK_Scalar1); in test_convexity2()1125 triLeft.close(); in test_convexity2()1126 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity); in test_convexity2()1127 check_direction(reporter, triLeft, SkPath::kCW_Direction); in test_convexity2()