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

  /external/webkit/Source/WebCore/platform/wx/wxcode/
fontprops.h 40 float GetXHeight() { return m_xHeight; }
47 float m_xHeight;
  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 37 , m_xHeight(0)
73 float xHeight() const { return m_xHeight; }
74 void setXHeight(float xHeight) { m_xHeight = xHeight; }
114 m_xHeight = 0;
122 float m_xHeight;
  /external/webkit/Source/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/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
82 m_xHeight = lroundf(xHeight);
  /external/webkit/Source/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.

Completed in 42 milliseconds