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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3437 bool SkPdfMapper::SkPdfInteractiveFormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfInteractiveFormDictionary** data) const { function in class:SkPdfMapper
3446 bool SkPdfMapper::SkPdfInteractiveFormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfInteractiveFormDictionary** data) const { function in class:SkPdfMapper
3447 if (SkPdfInteractiveFormDictionaryFromDictionary(dict, key, data)) return true;
3449 return SkPdfInteractiveFormDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3437 bool SkPdfMapper::SkPdfInteractiveFormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfInteractiveFormDictionary** data) const { function in class:SkPdfMapper
3446 bool SkPdfMapper::SkPdfInteractiveFormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfInteractiveFormDictionary** data) const { function in class:SkPdfMapper
3447 if (SkPdfInteractiveFormDictionaryFromDictionary(dict, key, data)) return true;
3449 return SkPdfInteractiveFormDictionaryFromDictionary(dict, abr, data);

Completed in 238 milliseconds