Function tcod_sys::TCOD_console_blit [] [src]

pub unsafe extern fn TCOD_console_blit(src: TCOD_console_t,
                                       xSrc: c_int,
                                       ySrc: c_int,
                                       wSrc: c_int,
                                       hSrc: c_int,
                                       dst: TCOD_console_t,
                                       xDst: c_int,
                                       yDst: c_int,
                                       foreground_alpha: c_float,
                                       background_alpha: c_float)