[][src]Function mupdf_sys::fz_pre_scale

pub unsafe extern "C" fn fz_pre_scale(
    m: fz_matrix,
    sx: f32,
    sy: f32
) -> fz_matrix

Scale a matrix by premultiplication.

m: Pointer to the matrix to scale

sx, sy: Scaling factors along the X- and Y-axes. A scaling factor of 1.0 will not cause any scaling along the relevant axis.

Returns m (updated).