Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h66 HashMap<Glyph, Glyph> m_verticalGlyphMap; variable
DOpenTypeVerticalData.cpp497 gsub->getVerticalGlyphSubstitutions(&m_verticalGlyphMap, *buffer.get()); in loadVerticalGlyphSubstitutions()
558 const HashMap<Glyph, Glyph>& map = m_verticalGlyphMap; in substituteWithVerticalGlyphs()