Home
last modified time | relevance | path

Searched refs:triRight (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DPathTest.cpp1368 SkPath triRight; in test_convexity2() local
1369 triRight.moveTo(0, 0); in test_convexity2()
1370 triRight.lineTo(-SK_Scalar1, 0); in test_convexity2()
1371 triRight.lineTo(SK_Scalar1, SK_Scalar1); in test_convexity2()
1372 triRight.close(); in test_convexity2()
1373 check_convexity(reporter, triRight, true); in test_convexity2()
1374 check_direction(reporter, triRight, SkPathFirstDirection::kCCW); in test_convexity2()