[−][src]Function skia_bindings::C_SkMatrixConvolutionImageFilter_Make
pub unsafe extern "C" fn C_SkMatrixConvolutionImageFilter_Make(
kernelSize: *const SkISize,
kernel: *const SkScalar,
gain: SkScalar,
bias: SkScalar,
kernelOffset: *const SkIPoint,
tileMode: SkMatrixConvolutionImageFilter_TileMode,
convolveAlpha: bool,
input: *mut SkImageFilter,
cropRect: *const SkImageFilter_CropRect
) -> *mut SkImageFilter