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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2753 bool SkPdfMapper::SkPdfPageLabelDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfPageLabelDictionary** data) const { function in class:SkPdfMapper
2762 bool SkPdfMapper::SkPdfPageLabelDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfPageLabelDictionary** data) const { function in class:SkPdfMapper
2763 if (SkPdfPageLabelDictionaryFromDictionary(dict, key, data)) return true;
2765 return SkPdfPageLabelDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2753 bool SkPdfMapper::SkPdfPageLabelDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfPageLabelDictionary** data) const { function in class:SkPdfMapper
2762 bool SkPdfMapper::SkPdfPageLabelDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfPageLabelDictionary** data) const { function in class:SkPdfMapper
2763 if (SkPdfPageLabelDictionaryFromDictionary(dict, key, data)) return true;
2765 return SkPdfPageLabelDictionaryFromDictionary(dict, abr, data);

Completed in 109 milliseconds