Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h375 bool isSoftMaskDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp627 if (in == NULL || !isSoftMaskDictionary(in)) return kNone_SkPdfNativeObjectType; in mapSoftMaskDictionary()
2612 bool SkPdfMapper::isSoftMaskDictionary(const SkPdfNativeObject* nativeObj) const { in isSoftMaskDictionary() function in SkPdfMapper