Searched refs:widthSoFar (Results 1 – 1 of 1) sorted by relevance
677 float widthSoFar = 0; in nextLine() local679 while (glyph < fGlyphCount && widthSoFar + fGlyphWidths[glyph] <= width) { in nextLine()680 widthSoFar += fGlyphWidths[glyph++]; in nextLine()690 if (widthSoFar == 0 && glyph < fGlyphCount) { in nextLine()