Searched refs:lineY (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/gm/ |
D | blurcircles2.cpp | 133 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; in onDraw() local 135 canvas->drawLine(0, lineY, lineWidth, lineY, blackPaint); in onDraw()
|
/third_party/skia/gm/ |
D | blurcircles2.cpp | 132 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; in onDraw() local 134 canvas->drawLine(0, lineY, lineWidth, lineY, blackPaint); in onDraw()
|
/third_party/flutter/skia/tests/ |
D | PathTest.cpp | 1776 const SkScalar lineY = SkIntToScalar(2); in test_isLine() local 1777 REPORTER_ASSERT(reporter, value != lineX && value != lineY); in test_isLine() 1779 path.lineTo(lineX, lineY); in test_isLine() 1783 REPORTER_ASSERT(reporter, !pts[1].equals(lineX, lineY)); in test_isLine() 1786 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine() 1792 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine()
|
/third_party/skia/tests/ |
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()
|