Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
81 // Inner bias is pre-inner-gain so we divide that out.
156 // For sampled kernels, emit a for loop that does all the kernel accumulation.
291 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that)
292 : INHERITED(that)
293 , fKernel(that.fKernel)
294 , fGain(that.fGain)
295 , fBias(that.fBias)
296 , fKernelOffset(that.fKernelOffset)
297 , fConvolveAlpha(that.fConvolveAlpha) {}