Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp512 int outerWeight = 255 - SkScalarRoundToInt((SkIntToScalar(rx) - passRadius) * 255); in BoxBlur() local
515 SkASSERT((unsigned)outerWeight <= 255); in BoxBlur()
552 if (outerWeight == 255) { in BoxBlur()
571 w = boxBlurInterp(sp, src.fRowBytes, tp, rx, w, h, false, outerWeight); in BoxBlur()
572 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight); in BoxBlur()
573 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight); in BoxBlur()
575 h = boxBlurInterp(tp, h, dp, ry, h, w, false, outerWeight); in BoxBlur()
576 h = boxBlurInterp(dp, h, tp, ry, h, w, false, outerWeight); in BoxBlur()
577 h = boxBlurInterp(tp, h, dp, ry, h, w, true, outerWeight); in BoxBlur()
579 w = boxBlurInterp(sp, src.fRowBytes, tp, rx, w, h, true, outerWeight); in BoxBlur()
[all …]