Searched defs:SkPdfAnnotationDictionaryFromDictionary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2829 bool SkPdfMapper::SkPdfAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfAnnotationDictionary** data) const { function in class:SkPdfMapper
2838 bool SkPdfMapper::SkPdfAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfAnnotationDictionary** data) const { function in class:SkPdfMapper
2839 if (SkPdfAnnotationDictionaryFromDictionary(dict, key, data)) return true;
2841 return SkPdfAnnotationDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2829 bool SkPdfMapper::SkPdfAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfAnnotationDictionary** data) const { function in class:SkPdfMapper
2838 bool SkPdfMapper::SkPdfAnnotationDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfAnnotationDictionary** data) const { function in class:SkPdfMapper
2839 if (SkPdfAnnotationDictionaryFromDictionary(dict, key, data)) return true;
2841 return SkPdfAnnotationDictionaryFromDictionary(dict, abr, data);

Completed in 1570 milliseconds