Home
last modified time | relevance | path

Searched defs:kernelSize (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/gm/
H A Dimagefiltersgraph.cpp116 SkISize kernelSize = SkISize::Make(3, 3); variable
H A Dimagefilters.cpp210 SkISize kernelSize = SkISize::Make(3, 3); in DEF_SIMPLE_GM() local
H A Dimagemakewithfilter.cpp108 SkISize kernelSize = SkISize::Make(3, 3); in convolution_factory() local
/third_party/skia/bench/
H A DMatrixConvolutionBench.cpp25 SkISize kernelSize = SkISize::Make(9, 9); in MatrixConvolutionBench() local
37 SkISize kernelSize = SkISize::Make(3, 3); in MatrixConvolutionBench() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTextureSampling.cpp47 unsigned int kernelSize; member
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp365 SkISize kernelSize = SkISize::Make(width, height); in TestCreate() local
333 Make(GrRecordingContext* context, GrSurfaceProxyView srcView, const SkIRect& srcBounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrSamplerState::WrapMode wm, bool convolveAlpha, const GrCaps& caps) Make() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp31 SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, in SkMatrixConvolutionImageFilter() argument
145 sk_sp<SkImageFilter> SkImageFilters::MatrixConvolution(const SkISize& kernelSize, in MatrixConvolution() argument
186 SkISize kernelSize; CreateProc() local
[all...]
/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp554 const int kernelSize = (2 * radiusX + 1) * (2 * radiusY + 1); in GaussianBlur() local
H A DSkBlurMF.cpp1196 int kernelSize = 2 * radius + 1; in create_mask_on_cpu() local
1163 eval_H(int x, int y, const std::vector<float>& topVec, const float* kernel, int kernelSize, const uint8_t* integral, int integralSize, float sixSigma) eval_H() argument
/third_party/skia/tests/
H A 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

Completed in 16 milliseconds