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()
38 bool useBounds, in CreateGaussian()
48 bool useBounds() const { return fUseBounds; } in useBounds() function
DGrConvolutionEffect.cpp143 bool useBounds, in GrConvolutionEffect()
160 bool useBounds, in GrConvolutionEffect()
223 bool useBounds = d->fRandom->nextBool(); in TestCreate() local
/external/skia/src/effects/
DSkGpuBlurUtils.cpp56 bool useBounds, in convolve_gaussian_1d()