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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2652 bool SkPdfMapper::SkPdfSoftMaskImageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfSoftMaskImageDictionary** data) const { function in class:SkPdfMapper
2661 bool SkPdfMapper::SkPdfSoftMaskImageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfSoftMaskImageDictionary** data) const { function in class:SkPdfMapper
2662 if (SkPdfSoftMaskImageDictionaryFromDictionary(dict, key, data)) return true;
2664 return SkPdfSoftMaskImageDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp2652 bool SkPdfMapper::SkPdfSoftMaskImageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfSoftMaskImageDictionary** data) const { function in class:SkPdfMapper
2661 bool SkPdfMapper::SkPdfSoftMaskImageDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfSoftMaskImageDictionary** data) const { function in class:SkPdfMapper
2662 if (SkPdfSoftMaskImageDictionaryFromDictionary(dict, key, data)) return true;
2664 return SkPdfSoftMaskImageDictionaryFromDictionary(dict, abr, data);

Completed in 161 milliseconds