Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h54 …void substituteWithVerticalGlyphs(const SimpleFontData*, GlyphPage*, unsigned offset, unsigned len…
DOpenTypeVerticalData.cpp556 void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyp… in substituteWithVerticalGlyphs() function in WebCore::OpenTypeVerticalData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.cpp130 … fontData->verticalData()->substituteWithVerticalGlyphs(fontData, pageToFill, offset, length); in fill()