Home
last modified time | relevance | path

Searched refs:SkPDFType0Font (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFFontImpl.h15 class SkPDFType0Font final : public SkPDFFont {
17 virtual ~SkPDFType0Font();
33 SkPDFType0Font(const SkAdvancedTypefaceMetrics* info,
45 friend class SkPDFType0Font; // to access the constructor
DSkPDFFont.cpp891 return new SkPDFType0Font(info, typeface); in Create()
989 SkPDFType0Font::SkPDFType0Font(const SkAdvancedTypefaceMetrics* info, SkTypeface* typeface) in SkPDFType0Font() function in SkPDFType0Font
997 SkPDFType0Font::~SkPDFType0Font() {} in ~SkPDFType0Font()
999 SkPDFFont* SkPDFType0Font::getFontSubset(const SkPDFGlyphSet* subset) { in getFontSubset()
1003 SkPDFType0Font* newSubset = new SkPDFType0Font(fontInfo(), typeface()); in getFontSubset()
1009 void SkPDFType0Font::emitObject(SkWStream* stream, in emitObject()
1017 bool SkPDFType0Font::populate(const SkPDFGlyphSet* subset) { in populate()