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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 93 m_derivedFontData->smallCaps = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.computedSize() * 0.7f));
103 m_derivedFontData->emphasisMark = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.computedSize() * 0.5f));
FontCacheAndroid.cpp 177 result = new FontPlatformData(tf, fontDescription.computedSize(),
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 72 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 153 fontDescription.computedSize(),
SimpleFontDataChromiumWin.cpp 119 float scaledSize = scaleFactor * fontDescription.computedSize();
SimpleFontDataLinux.cpp 160 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 92 scaleFactor * fontDescription.computedSize(), m_platformData.syntheticBold(), m_platformData.syntheticOblique()),
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 90 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
FontPlatformDataPango.cpp 51 , m_size(fontDescription.computedSize())
82 pango_font_description_set_absolute_size(description, fontDescription.computedSize() * PANGO_SCALE);
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 98 float emWidth = description.computedSize() * textCombineMargin;
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 84 float computedSize() const { return m_computedSize; }
Font.h 93 float size() const { return fontDescription().computedSize(); }
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize()));
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 96 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 252 fontDescription.setComputedSize(fontDescription.computedSize() * scalingFactor);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 308 factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().computedSize();
320 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 288 regularFontDescription.setComputedSize(style->fontDescription().computedSize());
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 1123 webFontDescription->size = fontDescription.computedSize();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 215 milliseconds