Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontMetrics.h84 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; } in hasXHeight() function
85 void setHasXHeight(bool hasXHeight) { m_hasXHeight = hasXHeight; } in setHasXHeight() argument
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp574 if (style.fontMetrics().hasXHeight()) in computeLengthDouble()