Functions | |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Colorized_Face (HIC_Rendition const *nr, int count, HIC_DC_Point const *points, HIC_RGBAS32 const *color) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Ellipse (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Elliptical_Arc (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius, float start, float end) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Face (HIC_Rendition const *nr, int count, HIC_DC_Point const *points) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Outline_Ellipse (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Polygon (HIC_Rendition const *nr, int count, HIC_DC_Point const *points) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Rectangle (HIC_Rendition const *nr, int left, int right, int bottom, int top) |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Face | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points, | |||
HIC_RGBAS32 const * | color | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | A pointer to a const HIC_DC_Point. | |
color | A pointer to a const HIC_RGBAS32. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Ellipse | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | where, | |||
HIC_DC_Point const * | radius | |||
) |
nr | A pointer to a const HIC_Rendition. | |
where | A pointer to a const HIC_DC_Point. | |
radius | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Elliptical_Arc | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | where, | |||
HIC_DC_Point const * | radius, | |||
float | start, | |||
float | end | |||
) |
nr | A pointer to a const HIC_Rendition. | |
where | A pointer to a const HIC_DC_Point. | |
radius | A pointer to a const HIC_DC_Point. | |
start | A float. | |
end | A float. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Face | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int, the number of points in the array of vertices which define a polygon. | |
points | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Outline_Ellipse | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | where, | |||
HIC_DC_Point const * | radius | |||
) |
nr | A pointer to a const HIC_Rendition. | |
where | A pointer to a const HIC_DC_Point. | |
radius | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polygon | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int, one greater than the number of polygon vertices. | |
points | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Rectangle | ( | HIC_Rendition const * | nr, | |
int | left, | |||
int | right, | |||
int | bottom, | |||
int | top | |||
) |
nr | A pointer to a const HIC_Rendition. | |
left | An int. | |
right | An int. | |
bottom | An int. | |
top | An int. |