HomeSort by relevance Sort by last modified time
    Searched refs:hasXHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h 84 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; }
85 void setHasXHeight(bool hasXHeight) { m_hasXHeight = hasXHeight; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 574 if (style.fontMetrics().hasXHeight())
    [all...]

Completed in 439 milliseconds