Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp186 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make()
194 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make()
307 SkAlphaType srcAlphaType, in GrMorphologyEffect()
367 SkAlphaType srcAlphaType, in apply_morphology_rect()
386 SkAlphaType srcAlphaType, in apply_morphology_rect_no_bounds()
399 SkAlphaType srcAlphaType, in apply_morphology_pass()
447 SkAlphaType srcAlphaType = input->alphaType(); in apply_morphology() local
/external/skia/src/core/
DSkGpuBlurUtils.cpp68 SkAlphaType srcAlphaType, in convolve_gaussian_1d()
147 SkAlphaType srcAlphaType, in convolve_gaussian()
309 SkAlphaType srcAlphaType = src->colorInfo().alphaType(); in reexpand() local
338 SkAlphaType srcAlphaType, in two_pass_gaussian()
447 SkAlphaType srcAlphaType, in GaussianBlur()
DSkMaskFilter.cpp349 SkAlphaType srcAlphaType, in filterMaskGPU()
DSkBlurMF.cpp738 SkAlphaType srcAlphaType, in filterMaskGPU()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h281 SkAlphaType srcAlphaType, in drawTextureQuad()
DGrSurfaceDrawContext.cpp654 SkAlphaType srcAlphaType, in drawTexture()
700 SkAlphaType srcAlphaType, in drawTexturedQuad()
DGrSurfaceContext.cpp164 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()
/external/skqp/src/gpu/
DGrContext.cpp533 auto srcAlphaType = SkColorTypeIsAlwaysOpaque(srcSkColorType) in writeSurfacePixels() local