Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h342 bool isCIDFontDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp550 if (in == NULL || !isCIDFontDictionary(in)) return kNone_SkPdfNativeObjectType; in mapCIDFontDictionary()
2385 bool SkPdfMapper::isCIDFontDictionary(const SkPdfNativeObject* nativeObj) const { in isCIDFontDictionary() function in SkPdfMapper