Home
last modified time | relevance | path

Searched refs:apply_kernel_interp (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkBlurMask.cpp131 static void apply_kernel_interp(uint8_t dst[], int rx, int ry, in apply_kernel_interp() function
304 apply_kernel_interp(dp, rx, ry, sumBuffer, sw, sh, outer_weight); in Blur()
316apply_kernel_interp(tmpBuffer.get(), rx, ry, sumBuffer, tmp_sw, tmp_sh, outer_weight); in Blur()
325 apply_kernel_interp(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh, outer_weight); in Blur()