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

  /external/webkit/WebCore/platform/wx/wxcode/
fontprops.h 40 float GetXHeight() { return m_xHeight; }
47 float m_xHeight;
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 90 m_xHeight = metrics.fXHeight;
93 m_xHeight = static_cast<float>(m_ascent) * 0.56;
109 m_avgCharWidth = m_xHeight;
SimpleFontDataChromiumWin.cpp 76 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
85 m_xHeight = static_cast<float>(glyphMetrics.gmBlackBoxY);
  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 48 m_xHeight = fm.xHeight();
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 68 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
81 m_xHeight = gm.gmptGlyphOrigin.y * metricsMultiplier;
SimpleFontDataCGWin.cpp 112 m_xHeight = scaleEmToUnits(max(CGRectGetMaxX(xBox), CGRectGetMaxY(xBox)), m_unitsPerEm) * pointSize;
115 m_xHeight = scaleEmToUnits(iXHeight, m_unitsPerEm) * pointSize;
SimpleFontDataWin.cpp 79 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight if no x glyph is present.
85 m_xHeight = gm.gmptGlyphOrigin.y;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 75 m_xHeight = static_cast<int>(svgFontFaceElement->xHeight() * scale);
83 m_spaceWidth = spaceGlyphs.isEmpty() ? m_xHeight : static_cast<float>(spaceGlyphs.first().horizontalAdvanceX * scale);
124 m_avgCharWidth = m_xHeight;
SimpleFontData.h 81 float xHeight() const { return m_xHeight; }
179 float m_xHeight;
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
58 m_xHeight = text_extents.height;
89 m_xHeight = h;
  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 59 m_xHeight = SkScalarToFloat(-metrics.fAscent) * 0.56f; // hack I stole from the window's port
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 57 m_xHeight = height.ascent * 0.56f; // Hack taken from the win port.
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 47 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
85 m_xHeight = lroundf(xHeight);
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 48 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
61 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 62 m_xHeight = text_extents.height;
SimpleFontDataPango.cpp 63 m_xHeight = text_extents.height;
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 58 m_xHeight = m_ascent * 0.56f;
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 54 m_xHeight = props.GetXHeight();
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 272 m_xHeight = max(NSMaxX(xBox), NSMaxY(xBox));
274 m_xHeight = [m_platformData.font() xHeight];

Completed in 47 milliseconds