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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3817 bool SkPdfMapper::SkPdfFDFPageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFDFPageDictionary** data) const { function in class:SkPdfMapper
3826 bool SkPdfMapper::SkPdfFDFPageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFDFPageDictionary** data) const { function in class:SkPdfMapper
3827 if (SkPdfFDFPageDictionaryFromDictionary(dict, key, data)) return true;
3829 return SkPdfFDFPageDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3817 bool SkPdfMapper::SkPdfFDFPageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFDFPageDictionary** data) const { function in class:SkPdfMapper
3826 bool SkPdfMapper::SkPdfFDFPageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFDFPageDictionary** data) const { function in class:SkPdfMapper
3827 if (SkPdfFDFPageDictionaryFromDictionary(dict, key, data)) return true;
3829 return SkPdfFDFPageDictionaryFromDictionary(dict, abr, data);

Completed in 81 milliseconds