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

  /external/skia/src/pdf/
SkPDFDevice.h 178 return *(fFontGlyphUsage.get());
222 SkAutoTDelete<SkPDFGlyphSetMap> fFontGlyphUsage;
SkPDFDevice.cpp 719 , fFontGlyphUsage(SkNEW(SkPDFGlyphSetMap))
749 if (fFontGlyphUsage.get() == NULL) {
750 fFontGlyphUsage.reset(SkNEW(SkPDFGlyphSetMap));
763 fFontGlyphUsage->reset();
    [all...]

Completed in 35 milliseconds