Function GERaster

Source
pub unsafe extern "C" fn GERaster(
    raster: *mut u32,
    w: i32,
    h: i32,
    x: f64,
    y: f64,
    width: f64,
    height: f64,
    rot: f64,
    interpolate: Rboolean,
    gc: *mut R_GE_gcontext,
    dd: *mut _GEDevDesc,
)