Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h330 bool isType1FontDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp518 if (in == NULL || !isType1FontDictionary(in)) return kNone_SkPdfNativeObjectType; in mapType1FontDictionary()
2297 bool SkPdfMapper::isType1FontDictionary(const SkPdfNativeObject* nativeObj) const { in isType1FontDictionary() function in SkPdfMapper