Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp111 float widthDifference = 0; in applyFontTransforms() local
113 widthDifference -= advances[i].width(); in applyFontTransforms()
133 widthDifference += advances[i].width(); in applyFontTransforms()
136 return widthDifference; in applyFontTransforms()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp372 float widthDifference = clusterTextWidth - contentWidth; in isNarrowDescendant() local
374 …if (widthDifference - parentClusterInfo.maxAllowedDifferenceFromTextWidth > differenceFromMaxWidth… in isNarrowDescendant()
377 …parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(widthDifference, parentClusterInfo.… in isNarrowDescendant()