Searched refs:lettersCount (Results 1 – 1 of 1) sorted by relevance
312 int lettersCount = lineInfo.getClusterCount(); in justify() local313 if (lettersCount < 2) { in justify()316 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()323 lettersCount = lineInfo.getClusterCount(); in justify()324 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()