Function cairo_sys::cairo_matrix_init [] [src]

pub unsafe extern "C" fn cairo_matrix_init(
    matrix: *mut Matrix,
    xx: f64,
    yx: f64,
    xy: f64,
    yy: f64,
    x0: f64,
    y0: f64
)