Searched refs:aft (Results 1 – 1 of 1) sorted by relevance
1593 int aft = tl.getOffsetToLeftRightOf(low - lineStartOffset, isRtl) + lineStartOffset; in getOffsetForHorizontal() local1594 low = tl.getOffsetToLeftRightOf(aft - lineStartOffset, !isRtl) + lineStartOffset; in getOffsetForHorizontal()1597 if (aft < there) { in getOffsetForHorizontal()1598 float other = Math.abs(horizontal.get(aft) - horiz); in getOffsetForHorizontal()1602 low = aft; in getOffsetForHorizontal()