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

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvolutionEffect.h29 bool useBounds,
35 useBounds,
45 bool useBounds,
51 useBounds,
61 bool useBounds() const { return fUseBounds; } function in class:GrConvolutionEffect
96 bool useBounds,
103 bool useBounds,
25 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
41 CreateGaussian(GrTexture* tex, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, float bounds[2]) argument
H A DGrConvolutionEffect.cpp35 bool useBounds() const { return fUseBounds; } function in class:GrGLConvolutionEffect
53 fUseBounds = c.useBounds();
67 if (this->useBounds()) {
90 if (this->useBounds()) {
124 if (conv.useBounds()) {
141 if (conv.useBounds()) {
154 bool useBounds,
156 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
170 bool useBounds,
172 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
150 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, const float* kernel, bool useBounds, float bounds[2]) argument
166 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, float gaussianSigma, bool useBounds, float bounds[2]) argument
231 bool useBounds = random->nextBool(); local
[all...]
/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h29 bool useBounds,
35 useBounds,
45 bool useBounds,
51 useBounds,
61 bool useBounds() const { return fUseBounds; } function in class:GrConvolutionEffect
96 bool useBounds,
103 bool useBounds,
25 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
41 CreateGaussian(GrTexture* tex, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, float bounds[2]) argument
H A DGrConvolutionEffect.cpp35 bool useBounds() const { return fUseBounds; } function in class:GrGLConvolutionEffect
53 fUseBounds = c.useBounds();
67 if (this->useBounds()) {
90 if (this->useBounds()) {
124 if (conv.useBounds()) {
141 if (conv.useBounds()) {
154 bool useBounds,
156 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
170 bool useBounds,
172 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) {
150 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, const float* kernel, bool useBounds, float bounds[2]) argument
166 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, float gaussianSigma, bool useBounds, float bounds[2]) argument
231 bool useBounds = random->nextBool(); local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp49 bool useBounds,
54 texture, direction, radius, sigma, useBounds, bounds));
42 convolve_gaussian_pass(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, float bounds[2]) argument
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp49 bool useBounds,
54 texture, direction, radius, sigma, useBounds, bounds));
42 convolve_gaussian_pass(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, float bounds[2]) argument

Completed in 90 milliseconds