Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h376 …bool SkPdfSoftMaskDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfSo…
377 …bool SkPdfSoftMaskDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const c…
DSkPdfMapper_autogen.cpp2622 bool SkPdfMapper::SkPdfSoftMaskDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* … in SkPdfSoftMaskDictionaryFromDictionary() function in SkPdfMapper
2631 bool SkPdfMapper::SkPdfSoftMaskDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* … in SkPdfSoftMaskDictionaryFromDictionary() function in SkPdfMapper
2632 if (SkPdfSoftMaskDictionaryFromDictionary(dict, key, data)) return true; in SkPdfSoftMaskDictionaryFromDictionary()
2634 return SkPdfSoftMaskDictionaryFromDictionary(dict, abr, data); in SkPdfSoftMaskDictionaryFromDictionary()