Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h334 …bool SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfT…
335 …bool SkPdfType3FontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const …
DSkPdfMapper_autogen.cpp2332 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()