Home
last modified time | relevance | path

Searched refs:platTriangle (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DPathTest.cpp1329 SkPath platTriangle; in test_path_crbug389050() local
1330 platTriangle.moveTo(0, 0); in test_path_crbug389050()
1331 platTriangle.lineTo(200, 0); in test_path_crbug389050()
1332 platTriangle.lineTo(100, 0.04f); in test_path_crbug389050()
1333 platTriangle.close(); in test_path_crbug389050()
1334 platTriangle.isConvex(); in test_path_crbug389050()
1335 check_direction(reporter, platTriangle, SkPathFirstDirection::kCW); in test_path_crbug389050()
1337 platTriangle.reset(); in test_path_crbug389050()
1338 platTriangle.moveTo(0, 0); in test_path_crbug389050()
1339 platTriangle in test_path_crbug389050()
[all...]

Completed in 6 milliseconds