Home
last modified time | relevance | path

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

/external/skia/gm/
Dtypeface.cpp50 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText() local
51 uint16_t* glyphs = glyphStorage.get(); in drawKernText()
/external/skia/src/ports/
DSkFontHost_mac.cpp2163 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local
2166 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()