ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw2d.h>
Data Fields | |
vertex_t | v0 |
vertex_t | v1 |
color_t | color |
color_t rect_t::color |
Definition at line 34 of file draw2d.h.
Referenced by draw_clear(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_round_rect_filled(), and draw_round_rect_outline().
vertex_t rect_t::v0 |
Definition at line 32 of file draw2d.h.
Referenced by draw_clear(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_round_rect_filled(), and draw_round_rect_outline().
vertex_t rect_t::v1 |
Definition at line 33 of file draw2d.h.
Referenced by draw_clear(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_round_rect_filled(), and draw_round_rect_outline().