|
EE445M RTOS
Taken at the University of Texas Spring 2015
|


Go to the source code of this file.
Data Structures | |
| struct | point |
| Representation of an ordered pair with a shade. More... | |
| struct | shape |
| Representation of a shape. More... | |
| struct | circle |
| Representation of a circle. More... | |
Typedefs | |
| typedef struct point | point |
| typedef struct shape | shape |
| typedef struct circle | circle |
Functions | |
| void | shape_destroy_point (point *p) |
| void | shape_destroy_circle (circle *cir) |
| point * | shape_create_point (ushort, ushort, shade_t) |
| point * | shape_duplicate_point (point *p) |
| shape * | shape_create (ushort,...) |
| shape * | shape_duplicate_shape (shape *) |
| void | shape_destroy_shape (shape *) |
| circle * | shape_create_circle (ushort, point *) |
| shape * | shape_create_triangle (point *, point *, point *) |
| shape * | shape_create_quad (point *, uchar, uchar) |