Searched refs:moveY (Results 1 – 1 of 1) sorted by relevance
1753 const SkScalar moveY = SkIntToScalar(2); in test_isLine() local1754 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()