Searched refs:thisWidth (Results 1 – 1 of 1) sorted by relevance
217 float thisWidth = 0.0F; in computeWidth() local219 thisWidth += doc.getWidth(); in computeWidth()221 return thisWidth; in computeWidth()260 float thisWidth = getWidth(); in computeBreaks() local261 if (state.column + thisWidth <= maxWidth) { in computeBreaks()263 return state.withColumn(state.column + (int) thisWidth); in computeBreaks()