Home
last modified time | relevance | path

Searched refs:mapFontDictionary (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp236 switch (doc->mapper()->mapFontDictionary(dict)) { in fontFromPdfDictionaryOnce()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.cpp65 if (kNone_SkPdfNativeObjectType != (ret = mapFontDictionary(in))) return ret; in mapDictionary()
183 SkPdfNativeObjectType SkPdfMapper::mapFontDictionary(const SkPdfNativeObject* in) const { in mapFontDictionary() function in SkPdfMapper
1407 if (kNone_SkPdfNativeObjectType == mapFontDictionary(value)) return false; in SkPdfFontDictionaryFromDictionary()
DSkPdfMapper_autogen.h20 SkPdfNativeObjectType mapFontDictionary(const SkPdfNativeObject* in) const;
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1478 if (kNone_SkPdfNativeObjectType == pdfContext->fPdfDoc->mapper()->mapFontDictionary(objFont)) { in skpdfGraphicsStateApplyFontCore()