fbcon_redraw_bmove(9)
NAME
fbcon_redraw_bmove - copy area of screen to another area
SYNOPSIS
void fbcon_redraw_bmove (struct display *p, int sy, int sx, int dy, int dx, int h, int w);
ARGUMENTS
p display structure
sy origin Y coordinate
sx origin X coordinate
dy destination Y coordinate
dx destination X coordinate
h height of area to copy
w width of area to copy
DESCRIPTION
Copies an area of the screen to another area of the same
screen. All dimensions are in pixels.
- Note that this function cannot be used together with ypan
or ywrap.