[][src]Function wlroots_sys::pixman_filter_create_separable_convolution

pub unsafe extern "C" fn pixman_filter_create_separable_convolution(
    n_values: *mut c_int,
    scale_x: pixman_fixed_t,
    scale_y: pixman_fixed_t,
    reconstruct_x: pixman_kernel_t,
    reconstruct_y: pixman_kernel_t,
    sample_x: pixman_kernel_t,
    sample_y: pixman_kernel_t,
    subsample_bits_x: c_int,
    subsample_bits_y: c_int
) -> *mut pixman_fixed_t