Searched refs:SkPDFType3Font (Results 1 – 2 of 2) sorted by relevance
75 class SkPDFType3Font final : public SkPDFFont {77 virtual ~SkPDFType3Font();83 SkPDFType3Font(const SkAdvancedTypefaceMetrics* info,
886 return new SkPDFType3Font(info, typeface, glyphID); in Create()900 return new SkPDFType3Font(info, typeface, glyphID); in Create()1317 SkPDFType3Font::SkPDFType3Font(const SkAdvancedTypefaceMetrics* info, in SkPDFType3Font() function in SkPDFType3Font1324 SkPDFType3Font::~SkPDFType3Font() {} in ~SkPDFType3Font()1326 bool SkPDFType3Font::populate(uint16_t glyphID) { in populate()