Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h352 …bool SkPdfFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, S…
353 …bool SkPdfFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, c…
DSkPdfMapper_autogen.cpp2464 bool SkPdfMapper::SkPdfFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const … in SkPdfFontDescriptorDictionaryFromDictionary() function in SkPdfMapper
2473 bool SkPdfMapper::SkPdfFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const … in SkPdfFontDescriptorDictionaryFromDictionary() function in SkPdfMapper
2474 if (SkPdfFontDescriptorDictionaryFromDictionary(dict, key, data)) return true; in SkPdfFontDescriptorDictionaryFromDictionary()
2476 return SkPdfFontDescriptorDictionaryFromDictionary(dict, abr, data); in SkPdfFontDescriptorDictionaryFromDictionary()