Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h451 …bool SkPdfWidgetAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,…
452 …bool SkPdfWidgetAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,…
DSkPdfMapper_autogen.cpp3114 bool SkPdfMapper::SkPdfWidgetAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, cons… in SkPdfWidgetAnnotationDictionaryFromDictionary() function in SkPdfMapper
3123 bool SkPdfMapper::SkPdfWidgetAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, cons… in SkPdfWidgetAnnotationDictionaryFromDictionary() function in SkPdfMapper
3124 if (SkPdfWidgetAnnotationDictionaryFromDictionary(dict, key, data)) return true; in SkPdfWidgetAnnotationDictionaryFromDictionary()
3126 return SkPdfWidgetAnnotationDictionaryFromDictionary(dict, abr, data); in SkPdfWidgetAnnotationDictionaryFromDictionary()