
Functions | |
| HC_EXTERNAL HIC_API void | HIC_Free_Stencil_Bitmap (HIC_Rendition const *nr, HIC_Stencil_Bitmap const *stencil) |
| 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) |
| HC_EXTERNAL HIC_API void HIC_Free_Stencil_Bitmap | ( | HIC_Rendition const * | nr, |
| HIC_Stencil_Bitmap const * | stencil | ||
| ) |
| nr | A pointer to a const HIC_Rendition. |
| stencil | A pointer to a const HIC_Stencil_Bitmap. |
This function frees memory associated with a stencil bitmap.
| 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 | ||
| ) |
| 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. |
This function creates a stencil bitmap.