Searched refs:fFontGlyphUsage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/pdf/
H A DSkPDFDevice.h190 return *(fFontGlyphUsage.get());
232 SkTScopedPtr<SkPDFGlyphSetMap> fFontGlyphUsage; member in class:SkPDFDevice
/external/skia/include/pdf/
H A DSkPDFDevice.h190 return *(fFontGlyphUsage.get());
232 SkTScopedPtr<SkPDFGlyphSetMap> fFontGlyphUsage; member in class:SkPDFDevice
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp723 if (fFontGlyphUsage == NULL) {
724 fFontGlyphUsage.reset(new SkPDFGlyphSetMap());
738 fFontGlyphUsage->reset();
1074 fFontGlyphUsage->noteGlyphUsage(font, glyphIDs + consumedGlyphCount,
1119 fFontGlyphUsage->noteGlyphUsage(font, &encodedValue, 1);
1181 fFontGlyphUsage->merge(pdfDevice->getFontGlyphUsage());
/external/skia/src/pdf/
H A DSkPDFDevice.cpp739 if (fFontGlyphUsage == NULL) {
740 fFontGlyphUsage.reset(new SkPDFGlyphSetMap());
754 fFontGlyphUsage->reset();
1088 fFontGlyphUsage->noteGlyphUsage(font, glyphIDs + consumedGlyphCount,
1239 fFontGlyphUsage->noteGlyphUsage(font, &encodedValue, 1);
1301 fFontGlyphUsage->merge(pdfDevice->getFontGlyphUsage());

Completed in 62 milliseconds