Functions | |
HC_EXTERNAL HIC_API void | HIC_Free_User_Line_Pattern (HIC_Line_Style const *upat) |
HC_EXTERNAL HIC_API HIC_Line_Style * | HIC_New_User_Line_Pattern (HIC_Rendition const *nr, long nlen, void *npat) |
HC_EXTERNAL HIC_API HIC_Line_Style * | HIC_New_User_Line_Pattern2 (HIC_Rendition const *nr, long nlen, void *npat, long abs) |
HC_EXTERNAL HIC_API void HIC_Free_User_Line_Pattern | ( | HIC_Line_Style const * | upat | ) |
upat | A pointer to a const HIC_Line_Style. |
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern | ( | HIC_Rendition const * | nr, | |
long | nlen, | |||
void * | npat | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nlen | A long. | |
npat | A void pointer. |
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern2 | ( | HIC_Rendition const * | nr, | |
long | nlen, | |||
void * | npat, | |||
long | abs | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nlen | A long. | |
npat | A void pointer. | |
abs | A long. |