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

/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h28 bool useBounds,
34 useBounds,
43 bool useBounds,
49 useBounds,
58 bool useBounds() const { return fUseBounds; } function in class:GrConvolutionEffect
87 bool useBounds,
94 bool useBounds,
24 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
39 CreateGaussian(GrTexture* tex, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, float bounds[2]) argument
H A DGrConvolutionEffect.cpp34 bool useBounds() const { return fUseBounds; } function in class:GrGLConvolutionEffect
50 fUseBounds = c.useBounds();
63 if (this->useBounds()) {
91 if (this->useBounds()) {
125 if (conv.useBounds()) {
142 if (conv.useBounds()) {
155 bool useBounds,
157 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
172 bool useBounds,
174 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
151 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, const float* kernel, bool useBounds, float bounds[2]) argument
168 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, float gaussianSigma, bool useBounds, float bounds[2]) argument
238 bool useBounds = random->nextBool(); local
[all...]
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp55 bool useBounds,
59 texture, direction, radius, sigma, useBounds, bounds));
74 bool useBounds,
81 useBounds ? GrTextureDomain::kClamp_Mode : GrTextureDomain::kIgnore_Mode,
46 convolve_gaussian_1d(GrContext* context, GrRenderTarget* rt, const GrClip& clip, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, float bounds[2]) argument
64 convolve_gaussian_2d(GrContext* context, GrRenderTarget* rt, const GrClip& clip, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, int radiusX, int radiusY, SkScalar sigmaX, SkScalar sigmaY, bool useBounds, SkIRect bounds) argument

Completed in 590 milliseconds