MONO_SRC_COPY_IMM_BLIT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
mono_src_copy_imm_blit - color expand from system memory to framebuffer
SYNOPSIS
"SYNOPSIS"
void mono_src_copy_imm_blit (int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 * src, int bg, int fg, struct fb_info * info);
ARGUMENTS
- dwidth
-
width of destination
- dheight
-
height of destination
- dpitch
-
pixels per line of the buffer
- dsize
-
size of bitmap in double words
- blit_bpp
-
pixelformat to use which can be different from the
framebuffer's pixelformat
- rop
-
raster operation
- dest
-
address of first byte of pixel;
- src
-
address of image data
- bg
-
backgound color
- fg
-
forground color
- info
-
-- undescribed --
DESCRIPTION
A color expand operation where the source data is placed in the
ringbuffer itself. Useful for drawing text.
REQUIREMENT
The end of a scanline must be padded to the next word.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- REQUIREMENT
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:29 GMT, October 09, 2005