Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontMetrics.h40 , m_hasXHeight(false) in FontMetrics()
81 m_hasXHeight = true; in setXHeight()
84 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; } in hasXHeight()
85 void setHasXHeight(bool hasXHeight) { m_hasXHeight = hasXHeight; } in setHasXHeight()
136 m_hasXHeight = false; in reset()
146 bool m_hasXHeight; variable