Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp411 RefPtr<SharedBuffer> buffer = platformData.openTypeTable(OpenType::HheaTag); in loadMetrics()
421 buffer = platformData.openTypeTable(OpenType::HmtxTag); in loadMetrics()
432 buffer = platformData.openTypeTable(OpenType::VheaTag); in loadMetrics()
443 buffer = platformData.openTypeTable(OpenType::VORGTag); in loadMetrics()
460 buffer = platformData.openTypeTable(OpenType::VmtxTag); in loadMetrics()
494 RefPtr<SharedBuffer> buffer = platformData.openTypeTable(OpenType::GSUBTag); in loadVerticalGlyphSubstitutions()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontPlatformDataSkia.cpp64 PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const in openTypeTable() function in WebCore::FontPlatformData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.h97 PassRefPtr<SharedBuffer> openTypeTable(uint32_t table) const;