Home
last modified time | relevance | path

Searched refs:thisWidth (Results 1 – 1 of 1) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DDoc.java217 float thisWidth = 0.0F; in computeWidth() local
219 thisWidth += doc.getWidth(); in computeWidth()
221 return thisWidth; in computeWidth()
260 float thisWidth = getWidth(); in computeBreaks() local
261 if (state.column + thisWidth <= maxWidth) { in computeBreaks()
263 return state.withColumn(state.column + (int) thisWidth); in computeBreaks()