Home
last modified time | relevance | path

Searched refs:fontFromPdfDictionary (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp258 SkPdfFont* SkPdfFont::fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) { in fontFromPdfDictionary() function in SkPdfFont
DSkPdfFont.h233 static SkPdfFont* fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1487 SkPdfFont* skfont = SkPdfFont::fontFromPdfDictionary(pdfContext->fPdfDoc, fd); in skpdfGraphicsStateApplyFontCore()