Home | History | Annotate | Download | only in relative

Lines Matching defs:endY

699         int startY, endY;
702 endY = sourceBounds.y2();
706 endY = targetBounds.y + 3 * targetBounds.h / 2;
713 graphics.drawLine(sharedX, startY, sharedX, endY);