Searched refs:mLineAscents (Results 1 – 4 of 4) sorted by relevance
80 result.mLineAscents.add(0f); in computeBreaks()91 result.mLineAscents.add(0f); in computeBreaks()118 result.mLineAscents.add(0f); in computeBreaks()153 result.mLineAscents.add(0f); in computeBreaks()159 result.mLineAscents.add(0f); in computeBreaks()
54 result.mLineAscents.add(0f); in computeBreaks()129 result.mLineAscents.add(0f); in computeBreaks()137 Collections.reverse(result.mLineAscents); in computeBreaks()
49 List<Float> mLineAscents = new ArrayList<>(); field in BaseLineBreaker.Result
165 return result.mResult.mLineAscents.get(idx); in nGetLineAscent()