Searched refs:SkPdfFontDictionaryFromDictionary (Results 1 – 2 of 2) sorted by relevance
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMapper_autogen.h | 193 …bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDi… 194 …bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char*…
|
D | SkPdfMapper_autogen.cpp | 1403 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,… in SkPdfFontDictionaryFromDictionary() function in SkPdfMapper 1412 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,… in SkPdfFontDictionaryFromDictionary() function in SkPdfMapper 1413 if (SkPdfFontDictionaryFromDictionary(dict, key, data)) return true; in SkPdfFontDictionaryFromDictionary() 1415 return SkPdfFontDictionaryFromDictionary(dict, abr, data); in SkPdfFontDictionaryFromDictionary()
|