Function mupdf_sys::fz_fill_image

source ·
pub unsafe extern "C" fn fz_fill_image(
    ctx: *mut fz_context,
    dev: *mut fz_device,
    image: *mut fz_image,
    ctm: fz_matrix,
    alpha: f32,
    color_params: fz_color_params
)