Searched refs:rightRadius (Results 1 – 1 of 1) sorted by relevance
79 int leftRadius, int rightRadius, int width, int height, in boxBlur() argument82 int diameter = leftRadius + rightRadius; in boxBlur()86 int new_width = width + SkMax32(leftRadius, rightRadius) * 2; in boxBlur()95 for (int x = 0; x < rightRadius - leftRadius; x++) { in boxBlur()218 for (int x = 0; x < leftRadius - rightRadius; ++x) { in boxBlur()