Home
last modified time | relevance | path

Searched refs:lineY (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/gm/
Dblurcircles2.cpp133 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/
Dblurcircles2.cpp132 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/
DPathTest.cpp1776 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/
DPathTest.cpp1764 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()