fbcon_redraw_bmove

Section: Kernel Hacker's Manual (9)
Updated: fbcon_redraw_bmove
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:54:33 GMT, June 12, 2005