Home
last modified time | relevance | path

Searched refs:m_xHeight (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontMetrics.h37 , m_xHeight(0) in FontMetrics()
73 float xHeight() const { return m_xHeight; } in xHeight()
74 void setXHeight(float xHeight) { m_xHeight = xHeight; } in setXHeight()
114 m_xHeight = 0; in reset()
122 float m_xHeight; variable
/external/webkit/Source/WebCore/platform/wx/wxcode/
Dfontprops.h40 float GetXHeight() { return m_xHeight; } in GetXHeight()
47 float m_xHeight; variable
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dfontprops.cpp44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0) in wxFontProperties()
58 m_xHeight = text_extents.height; in wxFontProperties()
89 m_xHeight = h; in wxFontProperties()
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dfontprops.cpp48 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0) in wxFontProperties()
61 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. in wxFontProperties()
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.mm44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0) function
82 m_xHeight = lroundf(xHeight);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1615282 -SVG: avgCharWidth = width of an '0', fallback on width of a space glyph, then m_xHeight
15284 -Linux: avgCharWidth = width of an '0', fallback on m_xHeight
18643 -SVG: avgCharWidth = width of an '0', fallback on width of a space glyph, then m_xHeight
18645 -Linux: avgCharWidth = width of an '0', fallback on m_xHeight
DChangeLog-2011-02-1619275 …(WebCore::FontMetrics::xHeight): Returns the stored m_xHeight float (no integer version available,…
19276 (WebCore::FontMetrics::setXHeight): Sets the stored m_xHeight float.