Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h532 …bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, …
533 …bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, …
DSkPdfMapper_autogen.cpp3627 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfResetFormActionDictionaryFromDictionary() function in SkPdfMapper
3636 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfResetFormActionDictionaryFromDictionary() function in SkPdfMapper
3637 if (SkPdfResetFormActionDictionaryFromDictionary(dict, key, data)) return true; in SkPdfResetFormActionDictionaryFromDictionary()
3639 return SkPdfResetFormActionDictionaryFromDictionary(dict, abr, data); in SkPdfResetFormActionDictionaryFromDictionary()