Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp282 static int boxBlurInterp(const uint8_t* src, int src_y_stride, uint8_t* dst, in boxBlurInterp() function
576 w = boxBlurInterp<false>(sp, src.fRowBytes, tp, rx, w, h, outerWeight); in BoxBlur()
577 w = boxBlurInterp<false>(tp, w, dp, rx, w, h, outerWeight); in BoxBlur()
578 w = boxBlurInterp<true>(dp, w, tp, rx, w, h, outerWeight); in BoxBlur()
580 h = boxBlurInterp<false>(tp, h, dp, ry, h, w, outerWeight); in BoxBlur()
581 h = boxBlurInterp<false>(dp, h, tp, ry, h, w, outerWeight); in BoxBlur()
582 h = boxBlurInterp<true>(tp, h, dp, ry, h, w, outerWeight); in BoxBlur()
584 w = boxBlurInterp<true>(sp, src.fRowBytes, tp, rx, w, h, outerWeight); in BoxBlur()
585 h = boxBlurInterp<true>(tp, h, dp, ry, h, w, outerWeight); in BoxBlur()