Searched refs:lineY (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | blurcircles2.cpp | 126 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; in onDraw() local 128 canvas->drawLine(0, lineY, lineWidth, lineY, blackPaint); in onDraw()
|
/external/libvncserver/examples/ |
D | vncev.c | 71 static int lineHeight=16,lineY=height-16; variable 75 rfbDrawString(s,&default8x16Font,10,lineY,line,0x01); in output()
|
/external/skia/tests/ |
D | PathTest.cpp | 1713 const SkScalar lineY = SkIntToScalar(2); in test_isLine() local 1714 REPORTER_ASSERT(reporter, value != lineX && value != lineY); in test_isLine() 1716 path.lineTo(lineX, lineY); in test_isLine() 1720 REPORTER_ASSERT(reporter, !pts[1].equals(lineX, lineY)); in test_isLine() 1723 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine() 1729 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY)); in test_isLine()
|