Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1148 SkAutoTMalloc<SkGlyphID> fGlyphStorage; member
1164 storage->fGlyphStorage.reset(SkToSizeT(glyphCount)); in make_clusterator()
1165 (void)paint.textToGlyphs(sourceText, sourceByteCount, storage->fGlyphStorage.get()); in make_clusterator()
1306 glyphs = storage.fGlyphStorage; in internalDrawText()