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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 540 LayoutUnit clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth();
541 LayoutUnit widthDifference = clusterTextWidth - contentWidth;
557 LayoutUnit clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth();
558 return contentWidth > clusterTextWidth;
    [all...]
FastTextAutosizer.cpp     [all...]

Completed in 180 milliseconds