|
HC_EXTERNAL HIC_API HIC_Stencil_Bitmap const* HIC_New_Stencil_Bitmap |
( |
HIC_Rendition const * |
nr, |
|
|
int |
nw, |
|
|
int |
nh, |
|
|
int |
bpr, |
|
|
int |
bpp, |
|
|
unsigned char * |
bm | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| nw | An int. |
| nh | An int. |
| bpr | An int. |
| bpp | An int. |
| bm | A pointer to an unsigned char. |
- Returns:
- A pointer to a const HIC_Stencil_Bitmap.
This function creates a stencil bitmap.
|