HomeSort by relevance Sort by last modified time
    Searched defs:m_xHeight (Results 1 - 2 of 2) 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;

Completed in 394 milliseconds