Stencil_Bitmap
Functions
HIC_Stencil_Bitmap const * | HIC_New_Stencil_Bitmap |
void | HIC_Free_Stencil_Bitmap |
Detailed Description
-
group
Stencil_Bitmap
Function Documentation
-
HIC_Stencil_Bitmap const *
HIC_New_Stencil_Bitmap
(HIC_Rendition const *nr, int nw, int nh, int bpr, int bpp, unsigned char *bm) This function creates a stencil bitmap.
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.
-
void
HIC_Free_Stencil_Bitmap
(HIC_Rendition const *nr, HIC_Stencil_Bitmap const *stencil) This function frees memory associated with a stencil bitmap.
Parameters: - nr – A pointer to a const HIC_Rendition.
- stencil – A pointer to a const HIC_Stencil_Bitmap.