|
Blender
V2.59
|
#include <blf_internal_types.h>
Public Attributes | |
| struct GlyphCacheBLF * | next |
| struct GlyphCacheBLF * | prev |
| int | size |
| int | dpi |
| ListBase | bucket [257] |
| 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 36 of file blf_internal_types.h.
| float GlyphCacheBLF::ascender |
Definition at line 82 of file blf_internal_types.h.
Referenced by BLF_ascender(), and blf_glyph_cache_new().
Definition at line 47 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 56 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 83 of file blf_internal_types.h.
Referenced by BLF_descender(), and blf_glyph_cache_new().
Definition at line 44 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
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_height_max().
Definition at line 68 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 37 of file blf_internal_types.h.
Referenced by blf_glyph_cache_clear(), blf_glyph_cache_find(), and blf_glyph_cache_new().
Definition at line 53 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().
Definition at line 76 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().
Definition at line 73 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
Definition at line 72 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 65 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 38 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new().
Definition at line 79 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), blf_glyph_cache_texture(), and blf_glyph_render().
Definition at line 41 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), blf_glyph_cache_new(), MakeCursor::App::changesize(), MakeCursor::App::doit(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
| GLuint* GlyphCacheBLF::textures |
Definition at line 50 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 61 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_render().
Definition at line 62 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_render().