Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h343 …bool SkPdfCIDFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfCID…
344 …bool SkPdfCIDFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const ch…
DSkPdfMapper_autogen.cpp2395 bool SkPdfMapper::SkPdfCIDFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* k… in SkPdfCIDFontDictionaryFromDictionary() function in SkPdfMapper
2404 bool SkPdfMapper::SkPdfCIDFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* k… in SkPdfCIDFontDictionaryFromDictionary() function in SkPdfMapper
2405 if (SkPdfCIDFontDictionaryFromDictionary(dict, key, data)) return true; in SkPdfCIDFontDictionaryFromDictionary()
2407 return SkPdfCIDFontDictionaryFromDictionary(dict, abr, data); in SkPdfCIDFontDictionaryFromDictionary()