OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthDifference
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.cpp
115
float
widthDifference
= 0;
117
widthDifference
-= advances[i].width();
137
widthDifference
+= advances[i].width();
140
return
widthDifference
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp
349
float
widthDifference
= clusterTextWidth - contentWidth;
351
if (
widthDifference
- parentClusterInfo.maxAllowedDifferenceFromTextWidth > differenceFromMaxWidthDifference)
354
parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(
widthDifference
, parentClusterInfo.maxAllowedDifferenceFromTextWidth);
Completed in 125 milliseconds