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

/external/skia/src/gpu/effects/
H A DGrGaussianConvolutionFragmentProcessor.h26 bool useBounds,
29 resourceProvider, std::move(proxy), dir, halfWidth, gaussianSigma, useBounds, bounds));
37 bool useBounds() const { return fUseBounds; } function in class:GrGaussianConvolutionFragmentProcessor
53 int halfWidth, float gaussianSigma, bool useBounds,
21 Make(GrResourceProvider* resourceProvider, sk_sp<GrTextureProxy> proxy, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, int* bounds) argument
H A DGrGaussianConvolutionFragmentProcessor.cpp45 if (ce.useBounds()) {
77 if (ce.useBounds()) {
89 if (ce.useBounds()) {
119 if (conv.useBounds()) {
146 if (conv.useBounds()) {
178 bool useBounds,
185 , fUseBounds(useBounds) {
209 this->useBounds() == s.useBounds() &&
225 bool useBounds local
172 GrGaussianConvolutionFragmentProcessor( GrResourceProvider* resourceProvider, sk_sp<GrTextureProxy> proxy, Direction direction, int radius, float gaussianSigma, bool useBounds, int bounds[2]) argument
[all...]
/external/skia/src/core/
H A DSkGpuBlurUtils.cpp77 bool useBounds,
85 resourceProvider, std::move(proxy), direction, radius, sigma, useBounds, bounds));
69 convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, const GrClip& clip, const SkIRect& dstRect, const SkIPoint& srcOffset, sk_sp<GrTextureProxy> proxy, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, int bounds[2]) argument

Completed in 257 milliseconds