Home
last modified time | relevance | path

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

/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp181 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make()
189 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make()
301 SkAlphaType srcAlphaType, in GrMorphologyEffect()
359 SkAlphaType srcAlphaType, in apply_morphology_rect()
378 SkAlphaType srcAlphaType, in apply_morphology_rect_no_bounds()
391 SkAlphaType srcAlphaType, in apply_morphology_pass()
439 SkAlphaType srcAlphaType = input->alphaType(); in apply_morphology() local
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp73 SkAlphaType srcAlphaType, in convolve_gaussian_1d()
154 SkAlphaType srcAlphaType, in convolve_gaussian()
316 SkAlphaType srcAlphaType = src->colorInfo().alphaType(); in reexpand() local
346 SkAlphaType srcAlphaType, in two_pass_gaussian()
457 SkAlphaType srcAlphaType, in GaussianBlur()
DSkMaskFilter.cpp350 SkAlphaType srcAlphaType, in filterMaskGPU()
DSkBlurMF.cpp1606 SkAlphaType srcAlphaType, in filterMaskGPU()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h265 SkAlphaType srcAlphaType, in drawTextureQuad()
DSurfaceDrawContext.cpp644 SkAlphaType srcAlphaType, in drawTexture()
690 SkAlphaType srcAlphaType, in drawTexturedQuad()
/third_party/skia/src/gpu/
DSurfaceContext.cpp60 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()