.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "RIVAFB_IMAGEBLIT" "" "06 October 2005" "" ""
.SH NAME
rivafb_imageblit \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void rivafb_imageblit (struct fb_info * \fIinfo\fB, const struct fb_image * \fIimage\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinfo\fB\fR
pointer to fb_info structure
.TP
\fB\fIimage\fB\fR
pointer to fb_image structure
.SH "DESCRIPTION"
.PP
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.
.PP
If the source is not a monochrome bitmap, color expansion is not done.
In this case, it is channeled to a software function.
.SH "CALLED FROM"
.PP
framebuffer hook