Functions | |
int | cucul_draw_line (cucul_canvas_t *, int, int, int, int, unsigned long int) |
Draw a line on the canvas using the given character. | |
int | cucul_draw_polyline (cucul_canvas_t *, int const x[], int const y[], int, unsigned long int) |
Draw a polyline. | |
int | cucul_draw_thin_line (cucul_canvas_t *, int, int, int, int) |
Draw a thin line on the canvas, using ASCII art. | |
int | cucul_draw_thin_polyline (cucul_canvas_t *, int const x[], int const y[], int) |
Draw an ASCII art thin polyline. | |
int | cucul_draw_circle (cucul_canvas_t *, int, int, int, unsigned long int) |
Draw a circle on the canvas using the given character. | |
int | cucul_draw_ellipse (cucul_canvas_t *, int, int, int, int, unsigned long int) |
Draw an ellipse on the canvas using the given character. | |
int | cucul_draw_thin_ellipse (cucul_canvas_t *, int, int, int, int) |
Draw a thin ellipse on the canvas. | |
int | cucul_fill_ellipse (cucul_canvas_t *, int, int, int, int, unsigned long int) |
Fill an ellipse on the canvas using the given character. | |
int | cucul_draw_box (cucul_canvas_t *, int, int, int, int, unsigned long int) |
Draw a box on the canvas using the given character. | |
int | cucul_draw_thin_box (cucul_canvas_t *, int, int, int, int) |
Draw a thin box on the canvas. | |
int | cucul_draw_cp437_box (cucul_canvas_t *, int, int, int, int) |
Draw a box on the canvas using CP437 characters. | |
int | cucul_fill_box (cucul_canvas_t *, int, int, int, int, unsigned long int) |
Fill a box on the canvas using the given character. | |
int | cucul_draw_triangle (cucul_canvas_t *, int, int, int, int, int, int, unsigned long int) |
Draw a triangle on the canvas using the given character. | |
int | cucul_draw_thin_triangle (cucul_canvas_t *, int, int, int, int, int, int) |
Draw a thin triangle on the canvas. | |
int | cucul_fill_triangle (cucul_canvas_t *, int, int, int, int, int, int, unsigned long int) |
Fill a triangle on the canvas using the given character. |
|
This function never fails.
|
|
Draw a polyline on the canvas using the given character and coordinate arrays. The first and last points are not connected, hence in order to draw a polygon you need to specify the starting point at the end of the list as well. This function never fails.
|
|
This function never fails.
|
|
Draw a thin polyline on the canvas using the given coordinate arrays and with ASCII art. The first and last points are not connected, so in order to draw a polygon you need to specify the starting point at the end of the list as well. This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|
|
This function never fails.
|