Home
last modified time | relevance | path

Searched refs:getFontSubset (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFFontImpl.h19 SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage) override;
DSkPDFFont.h139 virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
DSkPDFFont.cpp855 SkPDFFont* SkPDFFont::getFontSubset(const SkPDFGlyphSet*) { in getFontSubset() function in SkPDFFont
999 SkPDFFont* SkPDFType0Font::getFontSubset(const SkPDFGlyphSet* subset) { in getFontSubset() function in SkPDFType0Font
/external/skia/src/doc/
DSkDocument_PDF.cpp66 entry->fFont->getFontSubset(entry->fGlyphSet)); in perform_font_subsetting()