COLOR_BLIT
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
color_blit - solid color BLIT operation
SYNOPSIS
"SYNOPSIS"
void color_blit (int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info * info);
ARGUMENTS
- width
-
width of destination
- height
-
height of destination
- pitch
-
pixels per line of the buffer
- dest
-
address of first pixel to write to
- rop
-
raster operation
- what
-
color to transfer
- blit_bpp
-
pixel format which can be different from the
framebuffer's pixelformat
- info
-
-- undescribed --
DESCRIPTION
A BLIT operation which can be used for color fill/rectangular fill
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 13:31:23 GMT, October 06, 2005