fbcon_redraw_bmove
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.