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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp1403 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDictionary** data) const { function in class:SkPdfMapper
1412 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFontDictionary** data) const { function in class:SkPdfMapper
1413 if (SkPdfFontDictionaryFromDictionary(dict, key, data)) return true;
1415 return SkPdfFontDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp1403 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDictionary** data) const { function in class:SkPdfMapper
1412 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFontDictionary** data) const { function in class:SkPdfMapper
1413 if (SkPdfFontDictionaryFromDictionary(dict, key, data)) return true;
1415 return SkPdfFontDictionaryFromDictionary(dict, abr, data);

Completed in 63 milliseconds