.\" 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_IMM_BLIT" "9" "09 October 2005" "" ""
.SH NAME
mono_src_copy_imm_blit \- color expand from system memory to framebuffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mono_src_copy_imm_blit (int \fIdwidth\fB, int \fIdheight\fB, int \fIdpitch\fB, int \fIdsize\fB, int \fIblit_bpp\fB, int \fIrop\fB, int \fIdest\fB, const u32 * \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\fIdsize\fB\fR
size of bitmap in double 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 placed in the
ringbuffer itself. Useful for drawing text.
.SH "REQUIREMENT"
.PP
The end of a scanline must be padded to the next word.