Home
last modified time | relevance | path

Searched refs:mapSoftMaskImageDictionary (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.cpp477 if (kNone_SkPdfNativeObjectType != (ret = mapSoftMaskImageDictionary(in))) return ret; in mapImageDictionary()
633 SkPdfNativeObjectType SkPdfMapper::mapSoftMaskImageDictionary(const SkPdfNativeObject* in) const { in mapSoftMaskImageDictionary() function in SkPdfMapper
2656 if (kNone_SkPdfNativeObjectType == mapSoftMaskImageDictionary(value)) return false; in SkPdfSoftMaskImageDictionaryFromDictionary()
DSkPdfMapper_autogen.h82 SkPdfNativeObjectType mapSoftMaskImageDictionary(const SkPdfNativeObject* in) const;
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp2226 } else if (pdfContext->fPdfDoc->mapper()->mapSoftMaskImageDictionary(sMask)) { in skpdfGraphicsStateApplySMask_dict()