Searched refs:glyphStorage (Results 1 – 2 of 2) sorted by relevance
50 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText() local51 uint16_t* glyphs = glyphStorage.get(); in drawKernText()
2163 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local2166 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()