[][src]Function mupdf_sys::fz_scale_pixmap_cached

pub unsafe extern "C" fn fz_scale_pixmap_cached(
    ctx: *mut fz_context,
    src: *const fz_pixmap,
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    clip: *const fz_irect,
    cache_x: *mut fz_scale_cache,
    cache_y: *mut fz_scale_cache
) -> *mut fz_pixmap