EE445M RTOS
Taken at the University of Texas Spring 2015
|
Representation of an ordered pair with a shade. More...
#include <shape.h>
Data Fields | |
unsigned short | x |
unsigned short | y |
shade_t | shade: SHADE_SIZE |
Representation of an ordered pair with a shade.
An ordered pair to a Cartesian coordinate system.
shade_t point::shade |
Definition at line 18 of file shape.h.
Referenced by _fb_draw_char(), _fb_fill_four_ellipse_points(), _fb_plot_four_ellipse_points(), demonstrateDrawShapes(), fb_console_print_point(), fb_console_println_point(), fb_draw_circle(), fb_draw_ellipse_fill(), fb_draw_shape(), fb_erase_char(), fb_erase_string(), FBDrawGraph(), shape_create_point(), shape_create_quad(), and shape_duplicate_point().
unsigned short point::x |
Definition at line 15 of file shape.h.
Referenced by _fb_draw_char(), _fb_draw_line(), _fb_draw_string(), _fb_fill_four_ellipse_points(), _fb_plot_four_ellipse_points(), _FBDrawGraphBounds(), CHToShape(), fb_console_print_point(), fb_console_println_point(), fb_draw_ellipse_fill(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), shape_create_point(), shape_create_quad(), and shape_duplicate_point().
unsigned short point::y |
Definition at line 16 of file shape.h.
Referenced by _fb_draw_char(), _fb_draw_line(), _fb_fill_four_ellipse_points(), _fb_plot_four_ellipse_points(), _FBDrawGraphBounds(), CHToShape(), fb_console_print_point(), fb_console_println_point(), fb_draw_ellipse_fill(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), shape_create_point(), shape_create_quad(), and shape_duplicate_point().