Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h454 …bool SkPdfActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfActi…
455 …bool SkPdfActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const cha…
DSkPdfMapper_autogen.cpp3133 bool SkPdfMapper::SkPdfActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* ke… in SkPdfActionDictionaryFromDictionary() function in SkPdfMapper
3142 bool SkPdfMapper::SkPdfActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* ke… in SkPdfActionDictionaryFromDictionary() function in SkPdfMapper
3143 if (SkPdfActionDictionaryFromDictionary(dict, key, data)) return true; in SkPdfActionDictionaryFromDictionary()
3145 return SkPdfActionDictionaryFromDictionary(dict, abr, data); in SkPdfActionDictionaryFromDictionary()