Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp1026 int wordLen = j - i; in computePreferredLogicalWidths() local
1027 if (wordLen) { in computePreferredLogicalWidths()
1042 …w = widthFromCache(f, i, wordLen + 1, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &gl… in computePreferredLogicalWidths()
1044 …w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphO… in computePreferredLogicalWidths()
1084 i += wordLen - 1; in computePreferredLogicalWidths()