Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXInlineTextBox.cpp99 float widthSoFar = 0; in textCharacterOffsets() local
101 widthSoFar += widths[i]; in textCharacterOffsets()
102 offsets[i] = LayoutUnit::fromFloatRound(widthSoFar); in textCharacterOffsets()
/external/icu4c/layoutex/
DParagraphLayout.cpp672 float widthSoFar = 0; in nextLine() local
674 while (glyph < fGlyphCount && widthSoFar + fGlyphWidths[glyph] <= width) { in nextLine()
675 widthSoFar += fGlyphWidths[glyph++]; in nextLine()
685 if (widthSoFar == 0 && glyph < fGlyphCount) { in nextLine()