Searched refs:realBounds (Results 1 – 1 of 1) sorted by relevance
105 int realBounds[2]; in convolve_gaussian_1d() local107 realBounds[0] = bounds[0]; realBounds[1] = bounds[1]; in convolve_gaussian_1d()110 realBounds[0] = 0; in convolve_gaussian_1d()111 realBounds[1] = direction == Direction::kX ? proxy->width() : proxy->height(); in convolve_gaussian_1d()114 std::move(srcView), srcAlphaType, direction, radius, sigma, domainMode, realBounds)); in convolve_gaussian_1d()