Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp677 float widthSoFar = 0; in nextLine() local
679 while (glyph < fGlyphCount && widthSoFar + fGlyphWidths[glyph] <= width) { in nextLine()
680 widthSoFar += fGlyphWidths[glyph++]; in nextLine()
690 if (widthSoFar == 0 && glyph < fGlyphCount) { in nextLine()