Home
last modified time | relevance | path

Searched defs:kernelSize (Results 1 – 19 of 19) sorted by relevance

/external/skia/bench/
DMatrixConvolutionBench.cpp25 SkISize kernelSize = SkISize::Make(9, 9); in MatrixConvolutionBench() local
37 SkISize kernelSize = SkISize::Make(3, 3); in MatrixConvolutionBench() local
/external/skqp/src/gpu/effects/
DGrMatrixConvolutionEffect.h21 const SkISize& kernelSize, in Make()
45 const SkISize& kernelSize() const { return fKernelSize; } in kernelSize() function
DGrMatrixConvolutionEffect.cpp148 const SkISize& kernelSize, in GrMatrixConvolutionEffect()
299 const SkISize& kernelSize, in MakeGaussian()
326 SkISize kernelSize = SkISize::Make(width, height); in TestCreate() local
/external/skqp/bench/
DMatrixConvolutionBench.cpp29 SkISize kernelSize = SkISize::Make(3, 3); in MatrixConvolutionBench() local
/external/skqp/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp29 SkMatrixConvolutionImageFilter::SkMatrixConvolutionImageFilter(const SkISize& kernelSize, in SkMatrixConvolutionImageFilter()
53 sk_sp<SkImageFilter> SkMatrixConvolutionImageFilter::Make(const SkISize& kernelSize, in Make()
84 SkISize kernelSize; in CreateProc() local
/external/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp31 SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, in SkMatrixConvolutionImageFilter()
145 sk_sp<SkImageFilter> SkImageFilters::MatrixConvolution(const SkISize& kernelSize, in MatrixConvolution()
186 SkISize kernelSize; in CreateProc() local
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.h35 SkISize kernelSize() const { return fKernel.size(); } in kernelSize() function
DGrMatrixConvolutionEffect.cpp340 const SkISize& kernelSize, in Make()
369 SkISize kernelSize = SkISize::Make(width, height); in TestCreate() local
/external/skqp/gm/
Dmatrixconvolution.cpp59 SkISize kernelSize = SkISize::Make(3, 3); in draw() local
Dimagefiltersgraph.cpp123 SkISize kernelSize = SkISize::Make(3, 3); in onDraw() local
/external/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.cpp142 int kernelSize, in eval_H()
171 int kernelSize = 2 * radius + 1; in create_mask_on_cpu() local
/external/skia/gm/
Dimagefiltersgraph.cpp116 SkISize kernelSize = SkISize::Make(3, 3); in onDraw() local
Dimagefilters.cpp211 SkISize kernelSize = SkISize::Make(3, 3); variable
Dimagemakewithfilter.cpp108 SkISize kernelSize = SkISize::Make(3, 3); in convolution_factory() local
/external/angle/src/tests/perf_tests/
DTextureSampling.cpp47 unsigned int kernelSize; member
/external/skqp/tests/
DImageFilterTest.cpp181 const SkISize kernelSize = SkISize::Make(3, 3); in FilterList() local
1071 SkISize kernelSize = SkISize::Make(1, 3); in DEF_TEST() local
1099 SkISize kernelSize = SkISize::Make(3, 1); in DEF_TEST() local
1136 SkISize kernelSize = SkISize::Make(7, 7); in test_big_kernel() local
/external/skia/tests/
DImageFilterTest.cpp148 const SkISize kernelSize = SkISize::Make(3, 3); in FilterList() local
1103 SkISize kernelSize = SkISize::Make(1, 3); in DEF_TEST() local
1128 SkISize kernelSize = SkISize::Make(3, 1); in DEF_TEST() local
1163 SkISize kernelSize = SkISize::Make(7, 7); in test_big_kernel() local
/external/skia/src/core/
DSkGpuBlurUtils.cpp538 const int kernelSize = (2 * radiusX + 1) * (2 * radiusY + 1); in GaussianBlur() local
/external/ImageMagick/MagickCore/
Daccelerate.c1565 kernelSize; in ComputeConvolveImage() local