Searched refs:triRight (Results 1 – 1 of 1) sorted by relevance
1129 SkPath triRight; in test_convexity2() local1130 triRight.moveTo(0, 0); in test_convexity2()1131 triRight.lineTo(-SK_Scalar1, 0); in test_convexity2()1132 triRight.lineTo(SK_Scalar1, SK_Scalar1); in test_convexity2()1133 triRight.close(); in test_convexity2()1134 check_convexity(reporter, triRight, SkPath::kConvex_Convexity); in test_convexity2()1135 check_direction(reporter, triRight, SkPath::kCCW_Direction); in test_convexity2()