Searched refs:moveY (Results 1 – 1 of 1) sorted by relevance
1540 const SkScalar moveY = SkIntToScalar(2); in test_isLine() local1541 REPORTER_ASSERT(reporter, value != moveX && value != moveY); in test_isLine()1543 path.moveTo(moveX, moveY); in test_isLine()1557 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY)); in test_isLine()1560 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()1566 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()