Home
last modified time | relevance | path

Searched refs:srcAlphaType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp181 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make() argument
183 new GrMorphologyEffect(std::move(inputFP), std::move(view), srcAlphaType, dir, in Make()
189 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make() argument
192 std::move(inputFP), std::move(view), srcAlphaType, dir, radius, type, range)); in Make()
214 SkAlphaType srcAlphaType, MorphDirection, int radius, MorphType,
301 SkAlphaType srcAlphaType, in GrMorphologyEffect() argument
306 : INHERITED(kGrMorphologyEffect_ClassID, ModulateForClampedSamplerOptFlags(srcAlphaType)) in GrMorphologyEffect()
313 this->registerChild(GrTextureEffect::Make(std::move(view), srcAlphaType), in GrMorphologyEffect()
359 SkAlphaType srcAlphaType, in apply_morphology_rect() argument
368 srcAlphaType, in apply_morphology_rect()
[all …]
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp73 SkAlphaType srcAlphaType, in convolve_gaussian_1d() argument
87 srcAlphaType, in convolve_gaussian_1d()
154 SkAlphaType srcAlphaType, in convolve_gaussian() argument
192 rtcToSrcOffset, dstRect, srcAlphaType, direction, radius, sigma, mode); in convolve_gaussian()
246 srcAlphaType, direction, radius, sigma, mode); in convolve_gaussian()
316 SkAlphaType srcAlphaType = src->colorInfo().alphaType(); in reexpand() local
330 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), srcAlphaType, SkMatrix::I(), in reexpand()
346 SkAlphaType srcAlphaType, in two_pass_gaussian() argument
431 rContext, std::move(srcView), srcColorType, srcAlphaType, srcBounds, xPassDstBounds, in two_pass_gaussian()
446 return convolve_gaussian(rContext, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian()
[all …]
DSkGpuBlurUtils.h55 SkAlphaType srcAlphaType,
DSkMaskFilterBase.h133 SkAlphaType srcAlphaType,
DSkBlurMF.cpp71 SkAlphaType srcAlphaType,
1606 SkAlphaType srcAlphaType, in filterMaskGPU() argument
1621 srcAlphaType, in filterMaskGPU()
1635 paint.setCoverageFragmentProcessor(GrTextureEffect::Make(std::move(srcView), srcAlphaType)); in filterMaskGPU()
DSkMaskFilter.cpp350 SkAlphaType srcAlphaType, in filterMaskGPU() argument
/third_party/skia/src/gpu/ops/
DTextureOp.h52 SkAlphaType srcAlphaType,
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h265 SkAlphaType srcAlphaType, in drawTextureQuad() argument
279 this->drawTexturedQuad(clip, std::move(view), srcAlphaType, std::move(texXform), filter, mm, in drawTextureQuad()
DSurfaceDrawContext.cpp644 SkAlphaType srcAlphaType, in drawTexture() argument
662 fp = GrTextureEffect::MakeSubset(view, srcAlphaType, SkMatrix::I(), in drawTexture()
666 fp = GrTextureEffect::Make(view, srcAlphaType, SkMatrix::I(), filter, mm); in drawTexture()
684 this->drawTexturedQuad(clip, std::move(view), srcAlphaType, std::move(colorSpaceXform), filter, in drawTexture()
690 SkAlphaType srcAlphaType, in drawTexturedQuad() argument
723 TextureOp::Make(fContext, std::move(proxyView), srcAlphaType, in drawTexturedQuad()
/third_party/skia/src/gpu/
DSurfaceContext.cpp60 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible() argument
62 return (srcAlphaType == kUnknown_SkAlphaType) == (dstAlphaType == kUnknown_SkAlphaType); in alpha_types_compatible()