Lines Matching refs:diameter
82 int diameter = leftRadius + rightRadius; in boxBlur() local
83 int kernelSize = diameter + 1; in boxBlur()
84 int border = SkMin32(width, diameter); in boxBlur()
134 for (; x < diameter - 16; x += 16) { in boxBlur()
153 for (; x < diameter; ++x) { in boxBlur()
163 x = diameter; in boxBlur()
284 int diameter = radius * 2; in boxBlurInterp() local
285 int kernelSize = diameter + 1; in boxBlurInterp()
286 int border = SkMin32(width, diameter); in boxBlurInterp()
293 int new_width = width + diameter; in boxBlurInterp()
334 for (int x = width; x < diameter; ++x) { in boxBlurInterp()
338 x = diameter; in boxBlurInterp()