Searched refs:useBounds (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrConvolutionEffect.h | 28 bool useBounds, in Create() argument 30 return new GrConvolutionEffect(tex, dir, halfWidth, kernel, useBounds, bounds); in Create() 38 bool useBounds, in CreateGaussian() argument 40 return new GrConvolutionEffect(tex, dir, halfWidth, gaussianSigma, useBounds, bounds); in CreateGaussian() 48 bool useBounds() const { return fUseBounds; } in useBounds() function 73 bool useBounds, 80 bool useBounds,
|
D | GrConvolutionEffect.cpp | 41 if (ce.useBounds()) { in emitCode() 70 if (ce.useBounds()) { in emitCode() 82 if (ce.useBounds()) { in emitCode() 111 if (conv.useBounds()) { in onSetData() 130 if (conv.useBounds()) { in GenKey() 143 bool useBounds, in GrConvolutionEffect() argument 145 : INHERITED(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect() 160 bool useBounds, in GrConvolutionEffect() argument 162 : INHERITED(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect() 200 this->useBounds() == s.useBounds() && in onIsEqual() [all …]
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 56 bool useBounds, in convolve_gaussian_1d() argument 60 texture, direction, radius, sigma, useBounds, bounds)); in convolve_gaussian_1d()
|