Searched refs:verticalFeatureTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp386 const FeatureTable* verticalFeatureTable = feature(OpenType::VertFeatureTag, buffer); local
387 if (!verticalFeatureTable)
390 return lookups && verticalFeatureTable->getGlyphSubstitutions(lookups, map, buffer);

Completed in 35 milliseconds