Searched refs:moveY (Results 1 – 1 of 1) sorted by relevance
1422 const SkScalar moveY = SkIntToScalar(2); in test_isLine() local1423 REPORTER_ASSERT(reporter, value != moveX && value != moveY); in test_isLine()1425 path.moveTo(moveX, moveY); in test_isLine()1439 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY)); in test_isLine()1442 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()1448 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY)); in test_isLine()