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

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

Completed in 246 milliseconds