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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2225 bool SkPdfMapper::SkPdfType1FormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfType1FormDictionary** data) const { function in class:SkPdfMapper
2234 bool SkPdfMapper::SkPdfType1FormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfType1FormDictionary** data) const { function in class:SkPdfMapper
2235 if (SkPdfType1FormDictionaryFromDictionary(dict, key, data)) return true;
2237 return SkPdfType1FormDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2225 bool SkPdfMapper::SkPdfType1FormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfType1FormDictionary** data) const { function in class:SkPdfMapper
2234 bool SkPdfMapper::SkPdfType1FormDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfType1FormDictionary** data) const { function in class:SkPdfMapper
2235 if (SkPdfType1FormDictionaryFromDictionary(dict, key, data)) return true;
2237 return SkPdfType1FormDictionaryFromDictionary(dict, abr, data);

Completed in 119 milliseconds