.\" 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 "MONO_SRC_COPY_BLIT" "" "06 October 2005" "" ""
.SH NAME
mono_src_copy_blit \- color expand from video memory to framebuffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mono_src_copy_blit (int \fIdwidth\fB, int \fIdheight\fB, int \fIdpitch\fB, int \fIqsize\fB, int \fIblit_bpp\fB, int \fIrop\fB, int \fIdest\fB, int \fIsrc\fB, int \fIbg\fB, int \fIfg\fB, struct fb_info * \fIinfo\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdwidth\fB\fR
width of destination
.TP
\fB\fIdheight\fB\fR
height of destination
.TP
\fB\fIdpitch\fB\fR
pixels per line of the buffer
.TP
\fB\fIqsize\fB\fR
size of bitmap in quad words
.TP
\fB\fIblit_bpp\fB\fR
pixelformat to use which can be different from the
framebuffer's pixelformat
.TP
\fB\fIrop\fB\fR
raster operation
.TP
\fB\fIdest\fB\fR
address of first byte of pixel;
.TP
\fB\fIsrc\fB\fR
address of image data
.TP
\fB\fIbg\fB\fR
backgound color
.TP
\fB\fIfg\fB\fR
forground color
.TP
\fB\fIinfo\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
A color expand operation where the source data is in video memory.
Useful for drawing text.
.SH "REQUIREMENT"
.PP
The end of a scanline must be padded to the next word.