Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h348 bool isType0FontDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp564 if (in == NULL || !isType0FontDictionary(in)) return kNone_SkPdfNativeObjectType; in mapType0FontDictionary()
2429 bool SkPdfMapper::isType0FontDictionary(const SkPdfNativeObject* nativeObj) const { in isType0FontDictionary() function in SkPdfMapper