Home | History | Annotate | Download | only in relative

Lines Matching refs:centerY

733         int ty = targetBounds.centerY();
763 graphics.drawLine(targetBounds.x, targetBounds.centerY(),
764 targetBounds.x2(), targetBounds.centerY());
766 graphics.drawLine(sourceBounds.x, sourceBounds.centerY(),
767 sourceBounds.x2(), sourceBounds.centerY());