Searched refs:SkPdfType3Font (Results 1 – 2 of 2) sorted by relevance
25 class SkPdfType3Font; variable240 static SkPdfType3Font* fontFromType3FontDictionary(SkPdfNativeDoc* doc,369 class SkPdfType3Font : public SkPdfFont {386 SkPdfType3Font(SkPdfNativeDoc* parsed, SkPdfType3FontDictionary* dict) { in SkPdfType3Font() function
289 SkPdfType3Font* SkPdfFont::fontFromType3FontDictionary(SkPdfNativeDoc* doc, in fontFromType3FontDictionary()297 return new SkPdfType3Font(doc, dict); in fontFromType3FontDictionary()