Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h378 bool isSoftMaskImageDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp634 if (in == NULL || !isSoftMaskImageDictionary(in)) return kNone_SkPdfNativeObjectType; in mapSoftMaskImageDictionary()
2637 bool SkPdfMapper::isSoftMaskImageDictionary(const SkPdfNativeObject* nativeObj) const { in isSoftMaskImageDictionary() function in SkPdfMapper