Home
last modified time | relevance | path

Searched defs:useBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/effects/
DGrConvolutionEffect.h28 bool useBounds, in Create()
43 bool useBounds, in CreateGaussian()
58 bool useBounds() const { return fUseBounds; } in useBounds() function
DGrConvolutionEffect.cpp34 bool useBounds() const { return fUseBounds; } in useBounds() function in GrGLConvolutionEffect
155 bool useBounds, in GrConvolutionEffect()
172 bool useBounds, in GrConvolutionEffect()
238 bool useBounds = random->nextBool(); in TestCreate() local
/external/skia/src/effects/
DSkGpuBlurUtils.cpp55 bool useBounds, in convolve_gaussian_1d()
74 bool useBounds, in convolve_gaussian_2d()