Home
last modified time | relevance | path

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

/third_party/skia/bench/
DMatrixConvolutionBench.cpp25 SkISize kernelSize = SkISize::Make(9, 9); in MatrixConvolutionBench() local
37 SkISize kernelSize = SkISize::Make(3, 3); in MatrixConvolutionBench() local
/third_party/flutter/skia/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
/third_party/flutter/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp30 SkMatrixConvolutionImageFilterImpl(const SkISize& kernelSize, const SkScalar* kernel, in SkMatrixConvolutionImageFilterImpl()
157 sk_sp<SkImageFilter> SkMatrixConvolutionImageFilter::Make(const SkISize& kernelSize, in Make()
170 sk_sp<SkImageFilter> SkMatrixConvolutionImageFilter::Make(const SkISize& kernelSize, in Make()
213 SkISize kernelSize; in CreateProc() local
DSkImageFilters.cpp148 const SkISize& kernelSize, const SkScalar kernel[], SkScalar gain, SkScalar bias, in MatrixConvolution()
/third_party/flutter/skia/bench/
DMatrixConvolutionBench.cpp23 SkISize kernelSize = SkISize::Make(3, 3); in MatrixConvolutionBench() local
/third_party/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
/third_party/flutter/skia/gm/
Dmatrixconvolution.cpp72 SkISize kernelSize = SkISize::Make(3, 3); in draw() local
Dimagefiltersgraph.cpp117 SkISize kernelSize = SkISize::Make(3, 3); in onDraw() local
Dimagemakewithfilter.cpp108 SkISize kernelSize = SkISize::Make(3, 3); in convolution_factory() local
/third_party/skia/gm/
Dimagefiltersgraph.cpp116 SkISize kernelSize = SkISize::Make(3, 3); in onDraw() local
Dimagefilters.cpp210 SkISize kernelSize = SkISize::Make(3, 3); variable
Dimagemakewithfilter.cpp108 SkISize kernelSize = SkISize::Make(3, 3); in convolution_factory() local
/third_party/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp328 const SkISize& kernelSize, in Make()
357 SkISize kernelSize = SkISize::Make(width, height); in TestCreate() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DTextureSampling.cpp47 unsigned int kernelSize; member
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTextureSampling.cpp47 unsigned int kernelSize; member
/third_party/flutter/skia/tests/
DImageFilterTest.cpp148 const SkISize kernelSize = SkISize::Make(3, 3); in FilterList() local
993 SkISize kernelSize = SkISize::Make(1, 3); in DEF_TEST() local
1018 SkISize kernelSize = SkISize::Make(3, 1); in DEF_TEST() local
1053 SkISize kernelSize = SkISize::Make(7, 7); in test_big_kernel() local
/third_party/skia/src/core/
DSkBlurMF.cpp1158 int kernelSize, in eval_H()
1187 int kernelSize = 2 * radius + 1; in create_mask_on_cpu() local
DSkGpuBlurUtils.cpp554 const int kernelSize = (2 * radiusX + 1) * (2 * radiusY + 1); in GaussianBlur() local
/third_party/skia/tests/
DImageFilterTest.cpp148 const SkISize kernelSize = SkISize::Make(3, 3); in FilterList() local
1104 SkISize kernelSize = SkISize::Make(1, 3); in DEF_TEST() local
1129 SkISize kernelSize = SkISize::Make(3, 1); in DEF_TEST() local
1164 SkISize kernelSize = SkISize::Make(7, 7); in test_big_kernel() local