Searched refs:mLineWidths (Results 1 – 4 of 4) sorted by relevance
79 result.mLineWidths.add(goodBreakWidth); in computeBreaks()90 result.mLineWidths.add(breakWidth); in computeBreaks()117 result.mLineWidths.add(printedWidth); in computeBreaks()152 result.mLineWidths.add(goodBreakWidth); in computeBreaks()158 result.mLineWidths.add(breakWidth); in computeBreaks()
53 result.mLineWidths.add(p.width); in computeBreaks()128 result.mLineWidths.add(opt[idx].mWidth); in computeBreaks()136 Collections.reverse(result.mLineWidths); in computeBreaks()
48 List<Float> mLineWidths = new ArrayList<>(); field in BaseLineBreaker.Result
159 return result.mResult.mLineWidths.get(idx); in nGetLineWidth()