Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h228 bool isPageObjectDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp271 if (in == NULL || !isPageObjectDictionary(in)) return kNone_SkPdfNativeObjectType; in mapPageObjectDictionary()
1633 bool SkPdfMapper::isPageObjectDictionary(const SkPdfNativeObject* nativeObj) const { in isPageObjectDictionary() function in SkPdfMapper