HomeSort by relevance Sort by last modified time
    Searched refs:fFontGlyphUsage (Results 1 - 2 of 2) sorted by null

  /external/skia/include/pdf/
SkPDFDevice.h 157 return *(fFontGlyphUsage.get());
195 SkTScopedPtr<SkPDFGlyphSetMap> fFontGlyphUsage;
  /external/skia/src/pdf/
SkPDFDevice.cpp 553 if (fFontGlyphUsage == NULL) {
554 fFontGlyphUsage.reset(new SkPDFGlyphSetMap());
564 fFontGlyphUsage->reset();
827 fFontGlyphUsage->noteGlyphUsage(font, glyphIDs + consumedGlyphCount,
877 fFontGlyphUsage->noteGlyphUsage(font, &encodedValue, 1);
    [all...]

Completed in 33 milliseconds