Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h193 …bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDi…
194 …bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char*…
DSkPdfMapper_autogen.cpp1403 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()