RIVAFB_IMAGEBLIT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

rivafb_imageblit -  

SYNOPSIS

"SYNOPSIS"

void rivafb_imageblit (struct fb_info * info, const struct fb_image * image);  

ARGUMENTS

info
pointer to fb_info structure
image
pointer to fb_image structure
 

DESCRIPTION

If the source is a monochrome bitmap, the function fills up a a region of framebuffer memory with pixels whose color is determined by the bit setting of the bitmap, 1 - foreground, 0 - background.

If the source is not a monochrome bitmap, color expansion is not done. In this case, it is channeled to a software function.  

CALLED FROM

framebuffer hook


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
CALLED FROM

This document was created by man2html, using the manual pages.
Time: 06:21:07 GMT, October 06, 2005