Searched refs:aft (Results 1 – 1 of 1) sorted by relevance
2261 int aft = tl.getOffsetToLeftRightOf(low - lineStartOffset, isRtl) + lineStartOffset; in getOffsetForHorizontal() local2262 low = tl.getOffsetToLeftRightOf(aft - lineStartOffset, !isRtl) + lineStartOffset; in getOffsetForHorizontal()2265 if (aft < there) { in getOffsetForHorizontal()2266 float other = Math.abs(horizontal.get(aft) - horiz); in getOffsetForHorizontal()2270 low = aft; in getOffsetForHorizontal()