Function nanovg_sys::nvgTransform[][src]

pub unsafe extern "C" fn nvgTransform(
    ctx: *mut NVGcontext,
    a: c_float,
    b: c_float,
    c: c_float,
    d: c_float,
    e: c_float,
    f: c_float
)