HomeSort by relevance Sort by last modified time
    Searched refs:widthDifference (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 113 float widthDifference = 0;
115 widthDifference -= advances[i].width();
127 widthDifference += advances[i].width();
130 return widthDifference;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 541 LayoutUnit widthDifference = clusterTextWidth - contentWidth;
543 if (widthDifference - parentClusterInfo.maxAllowedDifferenceFromTextWidth > differenceFromMaxWidthDifference)
546 parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(widthDifference.toFloat(), parentClusterInfo.maxAllowedDifferenceFromTextWidth);
    [all...]

Completed in 89 milliseconds