Functions | |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Image (HIC_Rendition const *nr, HIC_DC_Point const *start, HIC_DC_Point const *end, int hoffset, HIC_Image_Format format, int row_bytes, void const *const *rasters, int pattern, HIC_Driver_Color const *contrast_color, HIC_Image const *db_image) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Image_Block (HIC_Rendition const *nr, HIC_DC_Point *strt, int wdth, int hite, HIC_Image_Format frmt, int rowbytes, void const *blk) |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Image | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | start, | |||
HIC_DC_Point const * | end, | |||
int | hoffset, | |||
HIC_Image_Format | format, | |||
int | row_bytes, | |||
void const *const * | rasters, | |||
int | pattern, | |||
HIC_Driver_Color const * | contrast_color, | |||
HIC_Image const * | db_image | |||
) |
nr | A pointer to a const HIC_Rendition. | |
start | A pointer to a const HIC_DC_Point, may be off-screen. | |
end | A pointer to a const HIC_DC_Point. | |
hoffset | An int. | |
format | A HIC_Image_Format. | |
row_bytes | An int. | |
rasters | A const void pointer that depends on the format of the image. | |
pattern | An int. | |
contrast_color | A pointer to a const HIC_Driver_Color. | |
db_image | A pointer to a const HIC_Image. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Image_Block | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point * | strt, | |||
int | wdth, | |||
int | hite, | |||
HIC_Image_Format | frmt, | |||
int | rowbytes, | |||
void const * | blk | |||
) |
nr | A pointer to a const HIC_Rendition. | |
strt | A HIC_DC_Point pointer which may be off-screen. | |
wdth | An int. | |
hite | An int. | |
frmt | A HIC_Image_Format. | |
rowbytes | An int. | |
blk | A const void pointer. |