Searched refs:rightRadius (Results 1 – 1 of 1) sorted by relevance
81 int leftRadius, int rightRadius, int width, int height) in boxBlur() argument83 int diameter = leftRadius + rightRadius; in boxBlur()87 int new_width = width + SkMax32(leftRadius, rightRadius) * 2; in boxBlur()96 for (int x = 0; x < rightRadius - leftRadius; x++) { in boxBlur()219 for (int x = 0; x < leftRadius - rightRadius; ++x) { in boxBlur()