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