/external/skia/src/effects/imagefilters/ |
D | SkMorphologyImageFilter.cpp | 186 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make() argument 188 new GrMorphologyEffect(std::move(inputFP), std::move(view), srcAlphaType, dir, in Make() 194 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make() argument 197 std::move(inputFP), std::move(view), srcAlphaType, dir, radius, type, range)); in Make() 219 SkAlphaType srcAlphaType, MorphDirection, int radius, MorphType, 307 SkAlphaType srcAlphaType, in GrMorphologyEffect() argument 312 : INHERITED(kGrMorphologyEffect_ClassID, ModulateForClampedSamplerOptFlags(srcAlphaType)) in GrMorphologyEffect() 319 this->registerChild(GrTextureEffect::Make(std::move(view), srcAlphaType), in GrMorphologyEffect() 367 SkAlphaType srcAlphaType, in apply_morphology_rect() argument 376 srcAlphaType, in apply_morphology_rect() [all …]
|
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 68 SkAlphaType srcAlphaType, in convolve_gaussian_1d() argument 82 srcAlphaType, in convolve_gaussian_1d() 147 SkAlphaType srcAlphaType, in convolve_gaussian() argument 185 rtcToSrcOffset, dstRect, srcAlphaType, direction, radius, sigma, mode); in convolve_gaussian() 239 srcAlphaType, direction, radius, sigma, mode); in convolve_gaussian() 309 SkAlphaType srcAlphaType = src->colorInfo().alphaType(); in reexpand() local 323 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), srcAlphaType, SkMatrix::I(), in reexpand() 338 SkAlphaType srcAlphaType, in two_pass_gaussian() argument 423 context, std::move(srcView), srcColorType, srcAlphaType, srcBounds, xPassDstBounds, in two_pass_gaussian() 438 return convolve_gaussian(context, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian() [all …]
|
D | SkGpuBlurUtils.h | 50 SkAlphaType srcAlphaType,
|
D | SkBlurMF.cpp | 68 SkAlphaType srcAlphaType, 738 SkAlphaType srcAlphaType, in filterMaskGPU() argument 753 srcAlphaType, in filterMaskGPU() 767 paint.setCoverageFragmentProcessor(GrTextureEffect::Make(std::move(srcView), srcAlphaType)); in filterMaskGPU()
|
D | SkMaskFilterBase.h | 133 SkAlphaType srcAlphaType,
|
D | SkMaskFilter.cpp | 349 SkAlphaType srcAlphaType, in filterMaskGPU() argument
|
/external/skia/src/gpu/ops/ |
D | GrTextureOp.h | 45 SkAlphaType srcAlphaType,
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 281 SkAlphaType srcAlphaType, in drawTextureQuad() argument 295 this->drawTexturedQuad(clip, std::move(view), srcAlphaType, std::move(texXform), filter, mm, in drawTextureQuad()
|
D | GrSurfaceDrawContext.cpp | 654 SkAlphaType srcAlphaType, in drawTexture() argument 672 fp = GrTextureEffect::MakeSubset(view, srcAlphaType, SkMatrix::I(), in drawTexture() 676 fp = GrTextureEffect::Make(view, srcAlphaType, SkMatrix::I(), filter, mm); in drawTexture() 694 this->drawTexturedQuad(clip, std::move(view), srcAlphaType, std::move(colorSpaceXform), filter, in drawTexture() 700 SkAlphaType srcAlphaType, in drawTexturedQuad() argument 733 GrTextureOp::Make(fContext, std::move(proxyView), srcAlphaType, in drawTexturedQuad()
|
D | GrSurfaceContext.cpp | 164 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible() argument 166 return (srcAlphaType == kUnknown_SkAlphaType) == (dstAlphaType == kUnknown_SkAlphaType); in alpha_types_compatible()
|
/external/skqp/src/gpu/ |
D | GrContext.cpp | 533 auto srcAlphaType = SkColorTypeIsAlwaysOpaque(srcSkColorType) in writeSurfacePixels() local 536 SkPixmap src(SkImageInfo::Make(width, height, srcSkColorType, srcAlphaType, in writeSurfacePixels()
|