Searched refs:SkPdfSoundAnnotationDictionaryFromDictionary (Results 1 – 2 of 2) sorted by relevance
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMapper_autogen.h | 445 …bool SkPdfSoundAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, … 446 …bool SkPdfSoundAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, …
|
D | SkPdfMapper_autogen.cpp | 3076 bool SkPdfMapper::SkPdfSoundAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfSoundAnnotationDictionaryFromDictionary() function in SkPdfMapper 3085 bool SkPdfMapper::SkPdfSoundAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfSoundAnnotationDictionaryFromDictionary() function in SkPdfMapper 3086 if (SkPdfSoundAnnotationDictionaryFromDictionary(dict, key, data)) return true; in SkPdfSoundAnnotationDictionaryFromDictionary() 3088 return SkPdfSoundAnnotationDictionaryFromDictionary(dict, abr, data); in SkPdfSoundAnnotationDictionaryFromDictionary()
|