Function cogl_sys::cogl_texture_set_region_from_bitmap[][src]

pub unsafe extern "C" fn cogl_texture_set_region_from_bitmap(
    texture: *mut CoglTexture,
    src_x: c_int,
    src_y: c_int,
    dst_x: c_int,
    dst_y: c_int,
    dst_width: c_uint,
    dst_height: c_uint,
    bitmap: *mut CoglBitmap
) -> CoglBool