Searched refs:lineY (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/gm/ |
H A D | blurcircles2.cpp | 132 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; variable 134 canvas->drawLine(0, lineY, lineWidth, lineY, blackPaint);
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 1764 const SkScalar lineY = SkIntToScalar(2); in test_isLine() local 1765 REPORTER_ASSERT(reporter, value != lineX && value != lineY); in test_isLine() 1767 path.lineTo(lineX, lineY); in test_isLine() 1771 REPORTER_ASSERT(reporter, !pts[1].equals(lineX, lineY)); in test_isLine() 1774 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine() 1780 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine()
|
Completed in 10 milliseconds