Home
last modified time | relevance | path

Searched defs:srcAlphaType (Results 1 – 8 of 8) 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()
310 SkAlphaType srcAlphaType, in GrMorphologyEffect()
368 SkAlphaType srcAlphaType, in apply_morphology_rect()
387 SkAlphaType srcAlphaType, in apply_morphology_rect_no_bounds()
400 SkAlphaType srcAlphaType, in apply_morphology_pass()
448 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.cpp351 SkAlphaType srcAlphaType, in filterMaskGPU()
363 …GrColorType srcColorType, SkAlphaType srcAlphaType, const SkMatrix& viewMatrix, const SkIRect& mas… in filterMaskGPUNoxFormed()
DSkSDFFilter.cpp153 GrSurfaceProxyView srcView, GrColorType srcColorType, SkAlphaType srcAlphaType, in SDFBlur()
DSkBlurMF.cpp1632 SkAlphaType srcAlphaType, in filterMaskGPU()
1691 …GrSurfaceProxyView srcView, GrColorType srcColorType, SkAlphaType srcAlphaType, const SkMatrix& vi… in filterMaskGPUNoxFormed()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h266 SkAlphaType srcAlphaType, in drawTextureQuad()
DSurfaceDrawContext.cpp646 SkAlphaType srcAlphaType, in drawTexture()
692 SkAlphaType srcAlphaType, in drawTexturedQuad()
/third_party/skia/src/gpu/
DSurfaceContext.cpp60 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()