Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h51 bool hasVerticalMetrics() const { return !m_advanceHeights.isEmpty(); } in hasVerticalMetrics() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp61 m_hasVerticalGlyphs = m_verticalData.get() && m_verticalData->hasVerticalMetrics(); in SimpleFontData()