|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for draw2d.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | point_t |
| struct | line_t |
| struct | triangle_t |
| struct | rect_t |
| struct | texrect_t |
Functions | |
| void | draw_enable_blending () |
| void | draw_disable_blending () |
| qword_t * | draw_point (qword_t *q, int context, point_t *point) |
| qword_t * | draw_line (qword_t *q, int context, line_t *line) |
| qword_t * | draw_triangle_outline (qword_t *q, int context, triangle_t *triangle) |
| qword_t * | draw_triangle_filled (qword_t *q, int context, triangle_t *triangle) |
| qword_t * | draw_rect_outline (qword_t *q, int context, rect_t *rect) |
| qword_t * | draw_rect_filled (qword_t *q, int context, rect_t *rect) |
| qword_t * | draw_rect_textured (qword_t *q, int context, texrect_t *rect) |
| qword_t * | draw_rect_filled_strips (qword_t *q, int context, rect_t *rect) |
| qword_t * | draw_rect_textured_strips (qword_t *q, int context, texrect_t *rect) |
| qword_t * | draw_round_rect_filled (qword_t *q, int context, rect_t *rect) |
| qword_t * | draw_round_rect_outline (qword_t *q, int context, rect_t *rect) |
| qword_t * | draw_arc_outline (qword_t *q, int context, point_t *center, float radius, float angle_start, float angle_end) |
| qword_t * | draw_arc_filled (qword_t *q, int context, point_t *center, float radius, float angle_start, float angle_end) |
Draw library 2D functions
Definition in file draw2d.h.
| struct point_t |
| struct line_t |
| struct triangle_t |
| struct rect_t |
| struct texrect_t |
| qword_t* draw_point | ( | qword_t * | q, |
| int | context, | ||
| point_t * | point | ||
| ) |
| qword_t* draw_line | ( | qword_t * | q, |
| int | context, | ||
| line_t * | line | ||
| ) |
| qword_t* draw_triangle_outline | ( | qword_t * | q, |
| int | context, | ||
| triangle_t * | triangle | ||
| ) |
| qword_t* draw_triangle_filled | ( | qword_t * | q, |
| int | context, | ||
| triangle_t * | triangle | ||
| ) |
| qword_t* draw_rect_outline | ( | qword_t * | q, |
| int | context, | ||
| rect_t * | rect | ||
| ) |
| qword_t* draw_rect_filled | ( | qword_t * | q, |
| int | context, | ||
| rect_t * | rect | ||
| ) |
| qword_t* draw_rect_textured | ( | qword_t * | q, |
| int | context, | ||
| texrect_t * | rect | ||
| ) |
| qword_t* draw_rect_filled_strips | ( | qword_t * | q, |
| int | context, | ||
| rect_t * | rect | ||
| ) |
| qword_t* draw_rect_textured_strips | ( | qword_t * | q, |
| int | context, | ||
| texrect_t * | rect | ||
| ) |
| qword_t* draw_round_rect_filled | ( | qword_t * | q, |
| int | context, | ||
| rect_t * | rect | ||
| ) |
| qword_t* draw_round_rect_outline | ( | qword_t * | q, |
| int | context, | ||
| rect_t * | rect | ||
| ) |
| qword_t* draw_arc_outline | ( | qword_t * | q, |
| int | context, | ||
| point_t * | center, | ||
| float | radius, | ||
| float | angle_start, | ||
| float | angle_end | ||
| ) |