Home | History | Annotate | Download | only in relative

Lines Matching defs:ty

582             int ty = targetBounds.y;
585 graphics.drawArrow(tx, ty + 2 * ARROW_SIZE, tx, ty, ARROW_SIZE);
587 graphics.drawArrow(tx, ty, tx, ty - margin, ARROW_SIZE);
590 int ty = targetBounds.y2();
593 graphics.drawArrow(tx, ty - 2 * ARROW_SIZE, tx, ty, ARROW_SIZE);
595 graphics.drawArrow(tx, ty, tx, ty + margin, ARROW_SIZE);
599 int ty = targetSegmentTypeY.getY(targetNode, targetBounds);
600 graphics.drawArrow(tx, ty - 2 * ARROW_SIZE, tx, ty, ARROW_SIZE);
733 int ty = targetBounds.centerY();
738 graphics.drawArrow(tx + 2 * ARROW_SIZE, ty, tx, ty, ARROW_SIZE);
740 graphics.drawArrow(tx, ty, tx - margin, ty, ARROW_SIZE);
747 graphics.drawArrow(tx - 2 * ARROW_SIZE, ty, tx, ty, ARROW_SIZE);
749 graphics.drawArrow(tx, ty, tx + margin, ty, ARROW_SIZE);