Searched refs:m_xHeight (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontMetrics.h | 37 , 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/ |
D | fontprops.h | 40 float GetXHeight() { return m_xHeight; } in GetXHeight() 47 float m_xHeight; variable
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
D | fontprops.cpp | 44 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/ |
D | fontprops.cpp | 48 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/ |
D | fontprops.mm | 44 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/ |
D | ChangeLog-2009-06-16 | 15282 -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
|
D | ChangeLog-2011-02-16 | 19275 …(WebCore::FontMetrics::xHeight): Returns the stored m_xHeight float (no integer version available,… 19276 (WebCore::FontMetrics::setXHeight): Sets the stored m_xHeight float.
|