Home
last modified time | relevance | path

Searched refs:computedSize (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp318 float computedSize; in computeAutosizedFontSize() local
320 computedSize = multiplier * specifiedSize; in computeAutosizedFontSize()
322computedSize = multiplier * pleasantSize + gradientAfterPleasantSize * (specifiedSize - pleasantSi… in computeAutosizedFontSize()
323 if (computedSize < specifiedSize) in computeAutosizedFontSize()
324 computedSize = specifiedSize; in computeAutosizedFontSize()
326 return computedSize; in computeAutosizedFontSize()
DRenderCombineText.cpp101 float emWidth = description.computedSize() * textCombineMargin; in combineText()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp151 ? computedSize() in effectiveFontSize()
DFontDescription.h110 float computedSize() const { return m_computedSize; } in computedSize() function
DFont.h96 float size() const { return fontDescription().computedSize(); } in size()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DSimpleFontDataWin.cpp115 float scaledSize = scaleFactor * fontDescription.computedSize(); in platformCreateScaledFontData()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp140 …turn primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize(); in viewportArgumentValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp183 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor); in platformCreateScaledFontData()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp568 …mputingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize(); in computeLengthDouble()
577 …FontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize()) / 2.0; in computeLengthDouble()
580 …ontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescription().computedSize(); in computeLengthDouble()
/external/chromium_org/third_party/WebKit/Source/web/
DAutofillPopupMenuClient.cpp283 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
DPopupListBox.cpp522 d.setComputedSize(d.computedSize() * 0.9); in paintRow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1188 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } in computedFontSize()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm98 0000000001c573e0 t WebCore::FontDescription::computedSize() const<0000000001c573e0>