Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h189 return *(fFontGlyphUsage.get()); in getFontGlyphUsage()
233 SkAutoTDelete<SkPDFGlyphSetMap> fFontGlyphUsage; variable
DSkPDFDevice.cpp712 , fFontGlyphUsage(new SkPDFGlyphSetMap) in SkPDFDevice()
741 if (fFontGlyphUsage.get() == nullptr) { in init()
742 fFontGlyphUsage.reset(new SkPDFGlyphSetMap); in init()
756 fFontGlyphUsage->reset(); in cleanUp()
1321 fFontGlyphUsage->noteGlyphUsage( in drawText()
1398 fFontGlyphUsage->noteGlyphUsage(font, &encodedValue, 1); in drawPosText()
1485 fFontGlyphUsage->merge(pdfDevice->getFontGlyphUsage()); in drawDevice()