Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathTest.cpp1752 const SkScalar moveX = SkIntToScalar(1); in test_isLine() local
1754 REPORTER_ASSERT(reporter, value != moveX && value != moveY); in test_isLine()
1756 path.moveTo(moveX, moveY); in test_isLine()
1770 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY)); in test_isLine()
1773 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()
1779 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()

Completed in 10 milliseconds