Home
last modified time | relevance | path

Searched refs:setXHeight (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp107 m_fontMetrics.setXHeight(scaleEmToUnits(CGRectGetMaxY(xBox), unitsPerEm) * pointSize); in platformInit()
110 m_fontMetrics.setXHeight(scaleEmToUnits(iXHeight, unitsPerEm) * pointSize); in platformInit()
DSimpleFontDataCairoWin.cpp86 m_fontMetrics.setXHeight(xHeight); in platformInit()
DSimpleFontDataWin.cpp96 m_fontMetrics.setXHeight(xHeight); in initGDIFont()
/external/webkit/Source/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp72 m_fontMetrics.setXHeight(fm.xHeight()); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/
DFontMetrics.h74 void setXHeight(float xHeight) { m_xHeight = xHeight; } in setXHeight() function
DSimpleFontData.cpp102 m_fontMetrics.setXHeight(xHeight); in SimpleFontData()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontDataAndroid.cpp57 …m_fontMetrics.setXHeight(SkScalarToFloat(-skiaFontMetrics.fAscent) * 0.56f); // hack I stole fro… in platformInit()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp53 m_fontMetrics.setXHeight(height.ascent * 0.56f); // Hack taken from the win port. in platformInit()
/external/webkit/Source/WebCore/platform/graphics/pango/
DSimpleFontDataPango.cpp68 m_fontMetrics.setXHeight(text_extents.height); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp70 m_fontMetrics.setXHeight(text_extents.height); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp59 m_fontMetrics.setXHeight(ascent * 0.56f); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp58 m_fontMetrics.setXHeight(props.GetXHeight()); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp99 m_fontMetrics.setXHeight(xHeight); in platformInit()
DSimpleFontDataLinux.cpp113 m_fontMetrics.setXHeight(xHeight); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm295 m_fontMetrics.setXHeight(xHeight);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1619276 (WebCore::FontMetrics::setXHeight): Sets the stored m_xHeight float.