|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Functions | |
| void | switchFont () |
| void | switchFilterMode () |
| void | drawFrame () |
| int | read_input () |
| int | main (int argc, char **argv) |
Variables | |
| fntRenderer * | text |
| const int | MAX_FONTS = 20 |
| const char * | font_names [MAX_FONTS] |
| fntTexFont * | font_list [MAX_FONTS] |
| int | cur_font = 0 |
| int | max_font = 0 |
| int | filter_mode = 0 |
| void drawFrame | ( | ) |
References pvr_vertex_t::argb, cur_font, filter_mode, pvr_vertex_t::flags, font_list, font_names, pvr_vertex_t::oargb, PVR_CMD_VERTEX, PVR_CMD_VERTEX_EOL, pvr_list_begin(), pvr_list_finish(), PVR_LIST_TR_POLY, pvr_prim(), pvr_scene_begin(), pvr_scene_finish(), pvr_wait_ready(), pvr_vertex_t::u, pvr_vertex_t::v, vert, pvr_vertex_t::x, pvr_vertex_t::y, and pvr_vertex_t::z.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
References cur_font, drawFrame(), font_list, font_names, max_font, NULL, PVR_BINSIZE_0, PVR_BINSIZE_32, pvr_init(), and read_input().
| int read_input | ( | ) |
References cont_state_t::buttons, CONT_A, CONT_B, CONT_START, maple_dev_status(), maple_enum_type(), MAPLE_FUNC_CONTROLLER, printf, switchFilterMode(), and switchFont().
Referenced by main().
| void switchFilterMode | ( | ) |
References filter_mode.
Referenced by read_input().
| void switchFont | ( | ) |
References cur_font, and max_font.
Referenced by read_input().
| int cur_font = 0 |
Referenced by drawFrame(), main(), and switchFont().
| int filter_mode = 0 |
Referenced by drawFrame(), and switchFilterMode().
| fntTexFont* font_list[MAX_FONTS] |
Referenced by drawFrame(), and main().
| const char* font_names[MAX_FONTS] |
Referenced by drawFrame(), and main().
| int max_font = 0 |
Referenced by main(), and switchFont().
| const int MAX_FONTS = 20 |
| fntRenderer* text |