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

  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 79 m_smallCapsFontData = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.computedSize() * 0.7f));
FontCacheAndroid.cpp 116 fontDescription.computedSize(),
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 78 desc.setSpecifiedSize(0.70f * fontDescription.computedSize());
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 86 desc.setComputedSize(0.70f*fontDescription.computedSize());
SimpleFontDataPango.cpp 87 desc.setSpecifiedSize(0.70f*fontDescription.computedSize());
FontPlatformDataPango.cpp 52 , m_size(fontDescription.computedSize())
83 pango_font_description_set_absolute_size(description, fontDescription.computedSize() * PANGO_SCALE);
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 77 float computedSize() const { return m_computedSize; }
Font.h 78 float size() const { return fontDescription().computedSize(); }
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 148 fontDescription.computedSize(),
SimpleFontDataChromiumWin.cpp 111 float smallCapsSize = 0.70f * fontDescription.computedSize();
SimpleFontDataLinux.cpp 137 const float smallCapsSize = lroundf(fontDescription.computedSize() * smallCapsFraction);
  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformDataQt.cpp 54 font.setPixelSize(qRound(description.computedSize()));
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 71 fontDesc.setComputedSize(lroundf(0.70f * fontDesc.computedSize()));
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 94 desc.setSpecifiedSize(0.70f*fontDescription.computedSize());
  /external/webkit/WebKit/win/
DOMCoreClasses.cpp 1083 webFontDescription->size = fontDescription.computedSize();
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 237 milliseconds