Flutter Engine
The Flutter Engine
Variables
MatrixConvolutionImageFilter Namespace Reference

Variables

static constexpr int kLargeKernelSize = 256
 
static constexpr int kSmallKernelSize = 64
 
static constexpr int kMaxUniformKernelSize = 28
 

Variable Documentation

◆ kLargeKernelSize

constexpr int MatrixConvolutionImageFilter::kLargeKernelSize = 256
staticconstexpr

Definition at line 22 of file SkMatrixConvolutionImageFilter.h.

◆ kMaxUniformKernelSize

constexpr int MatrixConvolutionImageFilter::kMaxUniformKernelSize = 28
staticconstexpr

Definition at line 31 of file SkMatrixConvolutionImageFilter.h.

◆ kSmallKernelSize

constexpr int MatrixConvolutionImageFilter::kSmallKernelSize = 64
staticconstexpr

Definition at line 27 of file SkMatrixConvolutionImageFilter.h.