Searched defs:SkPdfCIDFontDescriptorDictionaryFromDictionary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2483 bool SkPdfMapper::SkPdfCIDFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfCIDFontDescriptorDictionary** data) const { function in class:SkPdfMapper
2492 bool SkPdfMapper::SkPdfCIDFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfCIDFontDescriptorDictionary** data) const { function in class:SkPdfMapper
2493 if (SkPdfCIDFontDescriptorDictionaryFromDictionary(dict, key, data)) return true;
2495 return SkPdfCIDFontDescriptorDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2483 bool SkPdfMapper::SkPdfCIDFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfCIDFontDescriptorDictionary** data) const { function in class:SkPdfMapper
2492 bool SkPdfMapper::SkPdfCIDFontDescriptorDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfCIDFontDescriptorDictionary** data) const { function in class:SkPdfMapper
2493 if (SkPdfCIDFontDescriptorDictionaryFromDictionary(dict, key, data)) return true;
2495 return SkPdfCIDFontDescriptorDictionaryFromDictionary(dict, abr, data);

Completed in 63 milliseconds