|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| unsigned int | blf_next_p2 (unsigned int x) |
| unsigned int | blf_hash (unsigned int val) |
| int | blf_utf8_next (unsigned char *buf, int *iindex) |
Definition in file blf_util.c.
| unsigned int blf_hash | ( | unsigned int | val | ) |
Definition at line 52 of file blf_util.c.
References simple_enum_gen::val.
Referenced by blf_glyph_add(), and blf_glyph_search().
| unsigned int blf_next_p2 | ( | unsigned int | x | ) |
Definition at line 40 of file blf_util.c.
Referenced by blf_glyph_cache_texture().
| int blf_utf8_next | ( | unsigned char * | buf, |
| int * | iindex | ||
| ) |
Definition at line 75 of file blf_util.c.
References simple_enum_gen::d.
Referenced by blf_font_boundbox(), blf_font_buffer(), and blf_font_draw().