Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontDataAndroid.cpp93 …Caps = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.computedSize() * 0.7f)); in smallCapsFontData()
103 …Mark = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.computedSize() * 0.5f)); in emphasisMarkFontData()
DFontCacheAndroid.cpp177 result = new FontPlatformData(tf, fontDescription.computedSize(), in createFontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp51 , m_size(fontDescription.computedSize()) in FontPlatformData()
82 …pango_font_description_set_absolute_size(description, fontDescription.computedSize() * PANGO_SCALE… in FontPlatformData()
DSimpleFontDataPango.cpp90 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize()); in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp72 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize()); in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp92 …scaleFactor * fontDescription.computedSize(), m_platformData.syntheticBold(), m_platformData.synth… in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp153 fontDescription.computedSize(), in createFontPlatformData()
DSimpleFontDataChromiumWin.cpp119 float scaledSize = scaleFactor * fontDescription.computedSize(); in scaledFontData()
DSimpleFontDataLinux.cpp160 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor); in scaledFontData()
/external/webkit/Source/WebCore/rendering/
DRenderCombineText.cpp98 float emWidth = description.computedSize() * textCombineMargin; in combineText()
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp96 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize()); in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize())); in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h84 float computedSize() const { return m_computedSize; } in computedSize() function
DFont.h93 float size() const { return fontDescription().computedSize(); } in size()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp252 fontDescription.setComputedSize(fontDescription.computedSize() * scalingFactor); in computeNewScaledFontForStyle()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.cpp308 …utingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().computedSize(); in computeLengthDouble()
320 …tSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize(); in computeLengthDouble()
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp288 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp1123 webFontDescription->size = fontDescription.computedSize(); in font()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1019349 (WebCore::FontDescription::computedSize):
DChangeLog-2010-12-06306 description.computedPixelSize rather than computedSize and