COLOR_BLIT

Section: (9)
Updated: 09 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: 00:02:01 GMT, October 09, 2005