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

  /external/skia/include/pdf/
SkPDFPage.h 89 const SkPDFGlyphSetMap& getFontGlyphUsage() const;
SkPDFDevice.h 156 const SkPDFGlyphSetMap& getFontGlyphUsage() const {
  /external/skia/src/pdf/
SkPDFPage.cpp 139 const SkPDFGlyphSetMap& SkPDFPage::getFontGlyphUsage() const {
140 return fDevice->getFontGlyphUsage();
SkPDFDocument.cpp 42 usage.merge(pages[i]->getFontGlyphUsage());
SkPDFDevice.cpp     [all...]

Completed in 47 milliseconds