Home
last modified time | relevance | path

Searched defs:srcAlphaType (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp221 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make()
229 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make()
341 SkAlphaType srcAlphaType, in GrMorphologyEffect()
399 SkAlphaType srcAlphaType, in apply_morphology_rect()
418 SkAlphaType srcAlphaType, in apply_morphology_rect_no_bounds()
431 SkAlphaType srcAlphaType, in apply_morphology_pass()
479 SkAlphaType srcAlphaType = input->alphaType(); in apply_morphology() local
/external/skia/src/core/
DSkGpuBlurUtils.cpp73 SkAlphaType srcAlphaType, in convolve_gaussian_1d()
175 SkAlphaType srcAlphaType, in convolve_gaussian()
362 SkAlphaType srcAlphaType = src->colorInfo().alphaType(); in reexpand() local
404 SkAlphaType srcAlphaType, in two_pass_gaussian()
532 SkAlphaType srcAlphaType, in GaussianBlur()
DSkMaskFilter.cpp370 SkAlphaType srcAlphaType, in filterMaskGPU()
DSkBlurMF.cpp1618 SkAlphaType srcAlphaType, in filterMaskGPU()
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.h267 SkAlphaType srcAlphaType, in drawTextureQuad()
DSurfaceDrawContext.cpp569 SkAlphaType srcAlphaType, in drawTexture()
616 SkAlphaType srcAlphaType, in drawTexturedQuad()
DSurfaceContext.cpp64 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()