|
xine-lib
1.2.10
|
#include "goom_config.h"#include "gfontrle.c"#include "gfontlib.h"#include <string.h>#include <stdlib.h>Data Structures | |
| struct | goomfont_s |
Functions | |
| void | gfont_unload (goomfont_t **pp) |
| goomfont_t * | gfont_load (void) |
| void | goom_draw_text (goomfont_t *p, Pixel *buf, int resolx, int resoly, int x, int y, const char *str, float charspace, int center) |
| goomfont_t* gfont_load | ( | void | ) |
References ALPHA, BLEU, goomfont_s::font_chars, goomfont_s::font_height, goomfont_s::font_width, NULL, ROUGE, goomfont_s::small_font_chars, goomfont_s::small_font_height, goomfont_s::small_font_width, the_font, _PIXEL::val, and VERT.
Referenced by goom_init().
| void gfont_unload | ( | goomfont_t ** | pp | ) |
References goomfont_s::font_chars, goomfont_s::font_height, goomfont_s::font_width, NULL, goomfont_s::small_font_chars, goomfont_s::small_font_height, and goomfont_s::small_font_width.
Referenced by goom_close().
| void goom_draw_text | ( | goomfont_t * | p, |
| Pixel * | buf, | ||
| int | resolx, | ||
| int | resoly, | ||
| int | x, | ||
| int | y, | ||
| const char * | str, | ||
| float | charspace, | ||
| int | center | ||
| ) |
References _PIXEL::a, A_CHANNEL, _PIXEL::b, _PIXEL::channels, goomfont_s::font_chars, goomfont_s::font_height, goomfont_s::font_width, _PIXEL::g, NULL, _PIXEL::r, goomfont_s::small_font_chars, goomfont_s::small_font_height, goomfont_s::small_font_width, and _PIXEL::val.
Referenced by goom_update(), and update_message().
1.8.17