Home | History | Annotate | Download | only in layoutex

Lines Matching refs:widthSoFar

672         float widthSoFar  = 0;
674 while (glyph < fGlyphCount && widthSoFar + fGlyphWidths[glyph] <= width) {
675 widthSoFar += fGlyphWidths[glyph++];
685 if (widthSoFar == 0 && glyph < fGlyphCount) {