Home | History | Annotate | Download | only in text

Lines Matching refs:horiz

1453     public int getOffsetForHorizontal(int line, float horiz) {
1454 return getOffsetForHorizontal(line, horiz, true);
1462 * @param horiz the horizontal position used to find the closest offset
1467 public int getOffsetForHorizontal(int line, float horiz, boolean primary) {
1489 float bestdist = Math.abs(horizontal.get(lineStartOffset) - horiz);
1505 if (horizontal.get(adguess) * swap >= horiz * swap) {
1519 float dist = Math.abs(horizontal.get(low) - horiz);
1521 float other = Math.abs(horizontal.get(aft) - horiz);
1536 float dist = Math.abs(horizontal.get(here) - horiz);
1544 float dist = Math.abs(horizontal.get(max) - horiz);