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

  /external/webkit/Source/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 72 m_fontMetrics.setXHeight(fm.xHeight());
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 107 m_fontMetrics.setXHeight(scaleEmToUnits(CGRectGetMaxY(xBox), unitsPerEm) * pointSize);
110 m_fontMetrics.setXHeight(scaleEmToUnits(iXHeight, unitsPerEm) * pointSize);
SimpleFontDataCairoWin.cpp 86 m_fontMetrics.setXHeight(xHeight);
SimpleFontDataWin.cpp 96 m_fontMetrics.setXHeight(xHeight);
  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 74 void setXHeight(float xHeight) { m_xHeight = xHeight; }
SimpleFontData.cpp 102 m_fontMetrics.setXHeight(xHeight);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 53 m_fontMetrics.setXHeight(height.ascent * 0.56f); // Hack taken from the win port.
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 58 m_fontMetrics.setXHeight(SkScalarToFloat(-skiaFontMetrics.fAscent) * 0.56f); // hack I stole from the window's port
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 70 m_fontMetrics.setXHeight(text_extents.height);
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 68 m_fontMetrics.setXHeight(text_extents.height);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 99 m_fontMetrics.setXHeight(xHeight);
SimpleFontDataLinux.cpp 113 m_fontMetrics.setXHeight(xHeight);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 59 m_fontMetrics.setXHeight(ascent * 0.56f);
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 58 m_fontMetrics.setXHeight(props.GetXHeight());
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 295 m_fontMetrics.setXHeight(xHeight);

Completed in 7952 milliseconds