Home
last modified time | relevance | path

Searched refs:SkPdfURIDictionaryFromDictionary (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h487 …bool SkPdfURIDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfURIDict…
488 …bool SkPdfURIDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* …
DSkPdfMapper_autogen.cpp3342 bool SkPdfMapper::SkPdfURIDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, … in SkPdfURIDictionaryFromDictionary() function in SkPdfMapper
3351 bool SkPdfMapper::SkPdfURIDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, … in SkPdfURIDictionaryFromDictionary() function in SkPdfMapper
3352 if (SkPdfURIDictionaryFromDictionary(dict, key, data)) return true; in SkPdfURIDictionaryFromDictionary()
3354 return SkPdfURIDictionaryFromDictionary(dict, abr, data); in SkPdfURIDictionaryFromDictionary()