Blender V2.61 - r43446
|
#include <blf_internal_types.h>
Public Attributes | |
struct GlyphCacheBLF * | next |
struct GlyphCacheBLF * | prev |
int | size |
int | dpi |
ListBase | bucket [257] |
struct GlyphBLF * | glyph_ascii_table [256] |
GLuint * | textures |
int | ntex |
int | cur_tex |
int | x_offs |
int | y_offs |
unsigned int | pad |
int | max_glyph_width |
int | max_glyph_height |
int | p2_width |
int | p2_height |
int | num_glyphs |
int | rem_glyphs |
float | ascender |
float | descender |
Definition at line 34 of file blf_internal_types.h.
float GlyphCacheBLF::ascender |
Definition at line 83 of file blf_internal_types.h.
Referenced by BLF_ascender(), and blf_glyph_cache_new().
Definition at line 45 of file blf_internal_types.h.
Referenced by blf_glyph_add(), blf_glyph_cache_clear(), blf_glyph_cache_free(), blf_glyph_cache_new(), and blf_glyph_search().
Definition at line 57 of file blf_internal_types.h.
Referenced by blf_glyph_cache_free(), blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
float GlyphCacheBLF::descender |
Definition at line 84 of file blf_internal_types.h.
Referenced by BLF_descender(), and blf_glyph_cache_new().
Definition at line 42 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
struct GlyphBLF* GlyphCacheBLF::glyph_ascii_table[256] |
Definition at line 48 of file blf_internal_types.h.
Referenced by blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_ensure_ascii_table(), blf_glyph_cache_clear(), and blf_glyph_cache_new().
Definition at line 70 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), blf_glyph_render(), and BLF_height_max().
Definition at line 69 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), blf_glyph_render(), and BLF_width_max().
struct GlyphCacheBLF* GlyphCacheBLF::next |
Definition at line 35 of file blf_internal_types.h.
Referenced by blf_glyph_cache_clear(), blf_glyph_cache_find(), and blf_glyph_cache_new().
Definition at line 54 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().
Definition at line 77 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().
Definition at line 74 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
Definition at line 73 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
unsigned int GlyphCacheBLF::pad |
Definition at line 66 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
struct GlyphCacheBLF* GlyphCacheBLF::prev |
Definition at line 36 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new().
Definition at line 80 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
Definition at line 39 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
GLuint* GlyphCacheBLF::textures |
Definition at line 51 of file blf_internal_types.h.
Referenced by blf_glyph_cache_free(), blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
Definition at line 62 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_render().
Definition at line 63 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_render().