Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp923 float cachedWordTrailingSpaceWidth[2] = { 0, 0 }; // LTR, RTL in computePreferredLogicalWidths() local
1035 if (!cachedWordTrailingSpaceWidth[textDirection]) in computePreferredLogicalWidths()
1036cachedWordTrailingSpaceWidth[textDirection] = f.width(constructTextRun(this, f, &space, 1, styleTo… in computePreferredLogicalWidths()
1037 wordTrailingSpaceWidth = cachedWordTrailingSpaceWidth[textDirection]; in computePreferredLogicalWidths()