RIVAFB_LOAD_CURSOR_IMAGE

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

 

NAME

rivafb_load_cursor_image - load cursor image to hardware  

SYNOPSIS

"SYNOPSIS"

void rivafb_load_cursor_image (struct riva_par * par, u8 * data8, u16 bg, u16 fg, u32 w, u32 h);  

ARGUMENTS

par
pointer to private data
data8
-- undescribed --
bg
background color (ARGB1555) - alpha bit determines opacity
fg
foreground color (ARGB1555)
w
width of cursor image in pixels
h
height of cursor image in scanlines
 

DESCRIPTION

Loads cursor image based on a monochrome source and mask bitmap. The image bits determines the color of the pixel, 0 for background, 1 for foreground. Only the affected region (as determined by w and h parameters) will be updated.  

CALLED FROM

rivafb_cursor


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
CALLED FROM

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005