.TH "fbcon_redraw_bmove" 9 "fbcon_redraw_bmove" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbcon_redraw_bmove \- copy area of screen to another area .SH SYNOPSIS .B "void" fbcon_redraw_bmove .BI "(struct display *" p "," .BI "int " sy "," .BI "int " sx "," .BI "int " dy "," .BI "int " dx "," .BI "int " h "," .BI "int " w ");" .SH ARGUMENTS .IP "p" 12 display structure .IP "sy" 12 origin Y coordinate .IP "sx" 12 origin X coordinate .IP "dy" 12 destination Y coordinate .IP "dx" 12 destination X coordinate .IP "h" 12 height of area to copy .IP "w" 12 width of area to copy .SH "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.