Home
last modified time | relevance | path

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

12

/external/skqp/src/core/
DSkMaskFilter.cpp271 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) { in filterPath()
359 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) { in computeFastBounds()
388 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, SkIPoint*) const override;
429 bool SkComposeMF::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& ctm, in filterMask() function in SkComposeMF
434 if (!as_MFB(fInner)->filterMask(&innerMask, src, ctm, &innerMargin)) { in filterMask()
437 if (!as_MFB(fOuter)->filterMask(dst, innerMask, ctm, margin)) { in filterMask()
475 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, SkIPoint*) const override;
562 bool SkCombineMF::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& ctm, in filterMask() function in SkCombineMF
567 if (!as_MFB(fSrc)->filterMask(&srcM, src, ctm, &srcP)) { in filterMask()
570 if (!as_MFB(fDst)->filterMask(&dstM, src, ctm, &dstP)) { in filterMask()
[all …]
DSkBlurMF.cpp49 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
286 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkBlurMaskFilterImpl
478 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
542 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRRectToNine()
595 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
668 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRectsToNine()
DSkMaskFilterBase.h59 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
DSkBitmap.cpp526 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) { in extractAlpha()
550 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) { in extractAlpha()
DSkScalerContext.cpp222 if (as_MFB(fMaskFilter)->filterMask(&dst, src, matrix, nullptr)) { in getMetrics()
517 if (as_MFB(fMaskFilter)->filterMask(&dstM, srcM, matrix, nullptr)) { in getImage()
DSkDraw.cpp710 as_MFB(paint.getMaskFilter())->filterMask(&dstM, srcM, *fMatrix, nullptr)) { in drawDevMask()
1218 if (!as_MFB(filter)->filterMask(&dstM, srcM, *filterMatrix, &margin)) { in ComputeMaskBounds()
/external/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
/external/skqp/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
/external/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
/external/skqp/src/effects/
DSkShaderMaskFilter.cpp21 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
66 bool SkShaderMF::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& ctm, in filterMask() function in SkShaderMF
DSkTableMaskFilter.cpp19 bool filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*) const override;
48 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.cpp73 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkEmbossMaskFilter
/external/skia/src/core/
DSkBlurMF.cpp50 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
146 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() function in SkBlurMaskFilterImpl
338 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
402 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRRectToNine()
455 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
529 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { in filterRectsToNine()
DSkMaskFilterBase.h64 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
DSkMaskFilter.cpp274 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) { in filterPath()
364 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()
DSkScalerContext.cpp253 if (as_MFB(fMaskFilter)->filterMask(&dst, src, matrix, nullptr)) { in internalMakeGlyph()
606 if (as_MFB(fMaskFilter)->filterMask(&filteredMask, unfilteredGlyph->mask(), m, nullptr)) { in getImage()
DSkDraw.cpp710 ->filterMask(&dstM, srcM, fMatrixProvider->localToDevice(), nullptr)) { in drawDevMask()
1232 if (!as_MFB(filter)->filterMask(&dstM, srcM, *filterMatrix, &margin)) { in ComputeMaskBounds()
/external/skqp/src/gpu/
DGrBlurUtils.cpp100 if (!as_MFB(filter)->filterMask(&dstM, srcM, viewMatrix, nullptr)) { in sw_draw_with_mask_filter()
127 if (!as_MFB(filter)->filterMask(&dstM, srcM, viewMatrix, nullptr)) { in sw_draw_with_mask_filter()
/external/skia/src/gpu/
DGrBlurUtils.cpp141 if (!as_MFB(filter)->filterMask(&dstM, srcM, viewMatrix, nullptr)) { in sw_create_filtered_mask()
/external/skia/src/pdf/
DSkPDFDevice.cpp516 if (!as_MFB(paint->getMaskFilter())->filterMask(&dstMask, sourceMask, ctm, &margin)) { in internalDrawPathWithFilter()

12