Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h613 …bool SkPdfAttributeObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, …
614 …bool SkPdfAttributeObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, …
DSkPdfMapper_autogen.cpp4140 bool SkPdfMapper::SkPdfAttributeObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfAttributeObjectDictionaryFromDictionary() function in SkPdfMapper
4149 bool SkPdfMapper::SkPdfAttributeObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const… in SkPdfAttributeObjectDictionaryFromDictionary() function in SkPdfMapper
4150 if (SkPdfAttributeObjectDictionaryFromDictionary(dict, key, data)) return true; in SkPdfAttributeObjectDictionaryFromDictionary()
4152 return SkPdfAttributeObjectDictionaryFromDictionary(dict, abr, data); in SkPdfAttributeObjectDictionaryFromDictionary()