Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h50 bool isOpenType() const { return !m_advanceWidths.isEmpty(); } in isOpenType() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCache.cpp134 if (!verticalData->isOpenType()) in getVerticalData()