Home
last modified time | relevance | path

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

/external/skia/tests/
DPaintTest.cpp216 SkAutoTArray<uint16_t> glyphStorage(count);
217 uint16_t* glyphs = glyphStorage.get();
/external/skqp/gm/
Dtypeface.cpp52 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText() local
53 uint16_t* glyphs = glyphStorage.get(); in drawKernText()
/external/skia/gm/
Dtypeface.cpp61 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText() local
62 uint16_t* glyphs = glyphStorage.get(); in drawKernText()
/external/skqp/tests/
DPaintTest.cpp335 SkAutoTArray<uint16_t> glyphStorage(count);
336 uint16_t* glyphs = glyphStorage.get();
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp1081 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local
1084 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()
/external/skqp/src/ports/
DSkFontHost_mac.cpp2368 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs() local
2371 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()