Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/
DSkPdfFont.h27 class SkPdfMultiMasterFont; variable
244 static SkPdfMultiMasterFont* fontFromMultiMasterFontDictionary(
334 class SkPdfMultiMasterFont : public SkPdfType1Font {
336 SkPdfMultiMasterFont(SkPdfNativeDoc* doc, SkPdfMultiMasterFontDictionary* dict) in SkPdfMultiMasterFont() function
DSkPdfFont.cpp309 SkPdfMultiMasterFont* SkPdfFont::fontFromMultiMasterFontDictionary( in fontFromMultiMasterFontDictionary()
315 return new SkPdfMultiMasterFont(doc, dict); in fontFromMultiMasterFontDictionary()