Function tcod::image::blit_2x [] [src]

pub fn blit_2x<T>(src: &Image,
                  (src_x, src_y): (i32, i32),
                  (width, height): (i32, i32),
                  dst: &mut T,
                  (dst_x, dst_y): (i32, i32)) where T: Console