Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.cpp123 if (kNone_SkPdfNativeObjectType != (ret = mapSoftMaskDictionary(in))) return ret; in mapDictionary()
626 SkPdfNativeObjectType SkPdfMapper::mapSoftMaskDictionary(const SkPdfNativeObject* in) const { in mapSoftMaskDictionary() function in SkPdfMapper
2626 if (kNone_SkPdfNativeObjectType == mapSoftMaskDictionary(value)) return false; in SkPdfSoftMaskDictionaryFromDictionary()
DSkPdfMapper_autogen.h81 SkPdfNativeObjectType mapSoftMaskDictionary(const SkPdfNativeObject* in) const;
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp2224 if (pdfContext->fPdfDoc->mapper()->mapSoftMaskDictionary(sMask)) { in skpdfGraphicsStateApplySMask_dict()