EE445M RTOS
Taken at the University of Texas Spring 2015
shape.c File Reference
#include <stdlib.h>
#include <stdarg.h>
#include "shape.h"
Include dependency graph for shape.c:

Go to the source code of this file.

Functions

pointshape_create_point (ushort x, ushort y, shade_t shade)
 
shapeshape_create_triangle (point *p0, point *p1, point *p2)
 
shapeshape_create_quad (point *top_left_corner, uchar width, uchar height)
 
shapeshape_create (ushort num_points,...)
 
void shape_destroy_shape (shape *sh)
 
circleshape_create_circle (ushort radius, point *center)
 
shapeshape_duplicate_shape (shape *s)