Searched defs:computedSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp443 float computedSize = getComputedSizeFromSpecifiedSize(fontDescription, style->effectiveZoom(), fontDescription.specifiedSize()); local
446 computedSize = TextAutosizer::computeAutosizedFontSize(computedSize, multiplier);
447 fontDescription.setComputedSize(computedSize);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h122 float computedSize() const { return m_computedSize; } function in class:blink::FontDescription
165 float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp1135 // multiplier; hence for specifiedSize == pleasantSize, computedSize will be
1138 // specifiedSize beyond pleasantSize we will only increase computedSize
1140 // computedSize = specifiedSize line, after which we stay on that line (so
1141 // then every 1px increase in specifiedSize increases computedSize by 1px).
1144 float computedSize; local
1146 computedSize = multiplier * specifiedSize;
1148 computedSize = multiplier * pleasantSize + gradientAfterPleasantSize * (specifiedSize - pleasantSize);
1149 if (computedSize < specifiedSize)
1150 computedSize = specifiedSize;
1152 return computedSize;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 306 milliseconds