Searched refs:glyphStorage (Results 1 – 6 of 6) sorted by relevance
52 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText() local53 uint16_t* glyphs = glyphStorage.get(); in drawKernText()
335 SkAutoTArray<uint16_t> glyphStorage(count);336 uint16_t* glyphs = glyphStorage.get();
2388 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local2391 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()
2368 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local2371 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()