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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp4083 bool SkPdfMapper::SkPdfMarkedContentReferenceDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfMarkedContentReferenceDictionary** data) const { function in class:SkPdfMapper
4092 bool SkPdfMapper::SkPdfMarkedContentReferenceDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfMarkedContentReferenceDictionary** data) const { function in class:SkPdfMapper
4093 if (SkPdfMarkedContentReferenceDictionaryFromDictionary(dict, key, data)) return true;
4095 return SkPdfMarkedContentReferenceDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp4083 bool SkPdfMapper::SkPdfMarkedContentReferenceDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfMarkedContentReferenceDictionary** data) const { function in class:SkPdfMapper
4092 bool SkPdfMapper::SkPdfMarkedContentReferenceDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfMarkedContentReferenceDictionary** data) const { function in class:SkPdfMapper
4093 if (SkPdfMarkedContentReferenceDictionaryFromDictionary(dict, key, data)) return true;
4095 return SkPdfMarkedContentReferenceDictionaryFromDictionary(dict, abr, data);

Completed in 130 milliseconds