Home
last modified time | relevance | path

Searched refs:filterMask (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/gpu/text/
DGrSDFMaskFilter.cpp24 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
46 bool GrSDFMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in GrSDFMaskFilterImpl
/third_party/skia/src/effects/
DSkShaderMaskFilter.cpp22 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
67 bool SkShaderMF::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& ctm, in filterMask() function in SkShaderMF
DSkTableMaskFilter.cpp20 bool filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*) const override;
49 bool SkTableMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkTableMaskFilterImpl
DSkEmbossMaskFilter.h32 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
DSkEmbossMaskFilter.cpp74 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkEmbossMaskFilter
/third_party/skia/src/core/
DSkMaskFilterBase.h64 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
DSkBlurMF.cpp53 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
149 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkBlurMaskFilterImpl
341 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
405 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRRectToNine()
458 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
532 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRectsToNine()
DSkMaskFilter.cpp275 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) { in filterPath()
365 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) { in computeFastBounds()
DSkBitmap.cpp536 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) { in extractAlpha()
560 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) { in extractAlpha()
DSkDraw.cpp713 ->filterMask(&dstM, srcM, fMatrixProvider->localToDevice(), nullptr)) { in drawDevMask()
1221 if (!as_MFB(filter)->filterMask(&dstM, srcM, *filterMatrix, &margin)) { in ComputeMaskBounds()
DSkScalerContext.cpp252 if (as_MFB(fMaskFilter)->filterMask(&dst, src, matrix, nullptr)) { in internalMakeGlyph()
602 if (as_MFB(fMaskFilter)->filterMask(&filteredMask, unfilteredGlyph->mask(), m, nullptr)) { in getImage()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp144 if (!as_MFB(filter)->filterMask(&dstM, srcM, viewMatrix, nullptr)) { in sw_create_filtered_mask()
/third_party/openSLES/api/1.0/
DOpenSLES.h796 SLuint8 filterMask
/third_party/openSLES/api/1.0.1/
DOpenSLES.h799 SLuint8 filterMask
/third_party/skia/src/pdf/
DSkPDFDevice.cpp515 if (!as_MFB(paint->getMaskFilter())->filterMask(&dstMask, sourceMask, ctm, &margin)) { in internalDrawPathWithFilter()
/third_party/openSLES/api/1.1/
DOpenSLES.h844 SLuint8 filterMask
/third_party/skia/src/xps/
DSkXPSDevice.cpp1604 if (as_MFB(filter)->filterMask(&filteredMask, rasteredMask, matrix, nullptr)) { in drawPath()