Searched refs:vIndex (Results 1 – 1 of 1) sorted by relevance
261 int vIndex; in getDirections() local265 vIndex = visualOrders[bidi.getRunCount() - i - 1]; in getDirections()267 vIndex = visualOrders[i]; in getDirections()271 dirs[i * 2] = bidi.getRunStart(vIndex); in getDirections()272 dirs[i * 2 + 1] = bidi.getRunLevel(vIndex) << Layout.RUN_LEVEL_SHIFT in getDirections()273 | (bidi.getRunLimit(vIndex) - dirs[i * 2]); in getDirections()