Searched refs:SkPdfType3FontDictionaryFromDictionary (Results 1 – 2 of 2) sorted by relevance
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMapper_autogen.h | 334 …bool SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfT… 335 …bool SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const …
|
D | SkPdfMapper_autogen.cpp | 2332 bool SkPdfMapper::SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char*… in SkPdfType3FontDictionaryFromDictionary() function in SkPdfMapper 2341 bool SkPdfMapper::SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char*… in SkPdfType3FontDictionaryFromDictionary() function in SkPdfMapper 2342 if (SkPdfType3FontDictionaryFromDictionary(dict, key, data)) return true; in SkPdfType3FontDictionaryFromDictionary() 2344 return SkPdfType3FontDictionaryFromDictionary(dict, abr, data); in SkPdfType3FontDictionaryFromDictionary()
|