Blender V2.61 - r43446
|
#include <blf_internal_types.h>
Public Attributes | |
char * | name |
char * | filename |
float | aspect [3] |
float | pos [3] |
float | angle |
int | blur |
int | shadow |
int | shadow_x |
int | shadow_y |
float | shadow_col [4] |
float | orig_col [4] |
double | m [16] |
rctf | clip_rec |
int | dpi |
int | size |
int | max_tex_size |
int | tex_bind_state |
int | flags |
ListBase | cache |
GlyphCacheBLF * | glyph_cache |
FT_Library | ft_lib |
FT_Face | face |
float * | b_fbuf |
unsigned char * | b_cbuf |
int | bw |
int | bh |
int | bch |
float | b_col [4] |
Definition at line 134 of file blf_internal_types.h.
float FontBLF::angle |
Definition at line 148 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_fill(), BLF_rotation(), and BLF_rotation_default().
float FontBLF::aspect[3] |
Definition at line 142 of file blf_internal_types.h.
Referenced by BLF_aspect(), blf_draw__start(), blf_font_fill(), blf_font_height(), blf_font_width(), blf_font_width_and_height(), and BLF_position().
unsigned char* FontBLF::b_cbuf |
Definition at line 205 of file blf_internal_types.h.
Referenced by BLF_buffer(), BLF_draw_buffer(), and blf_font_fill().
float FontBLF::b_col[4] |
Definition at line 215 of file blf_internal_types.h.
Referenced by BLF_buffer_col(), blf_font_buffer(), and blf_font_fill().
float* FontBLF::b_fbuf |
Definition at line 202 of file blf_internal_types.h.
Referenced by BLF_buffer(), BLF_draw_buffer(), and blf_font_fill().
int FontBLF::bch |
Definition at line 212 of file blf_internal_types.h.
Referenced by BLF_buffer(), and blf_font_fill().
int FontBLF::bh |
Definition at line 209 of file blf_internal_types.h.
Referenced by BLF_buffer(), and blf_font_fill().
int FontBLF::blur |
Definition at line 151 of file blf_internal_types.h.
Referenced by BLF_blur(), blf_draw__start(), blf_font_fill(), and blf_glyph_render().
int FontBLF::bw |
Definition at line 208 of file blf_internal_types.h.
Referenced by BLF_buffer(), and blf_font_fill().
Definition at line 190 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_free(), blf_glyph_cache_clear(), blf_glyph_cache_find(), and blf_glyph_cache_new().
Definition at line 172 of file blf_internal_types.h.
Referenced by BLF_clipping(), BLF_clipping_default(), blf_font_fill(), and blf_glyph_render().
int FontBLF::dpi |
Definition at line 175 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_size(), and blf_glyph_cache_new().
FT_Face FontBLF::face |
Definition at line 199 of file blf_internal_types.h.
Referenced by blf_font_attach_from_mem(), blf_font_ensure_ascii_table(), blf_font_fixed_width(), blf_font_free(), blf_font_new(), blf_font_new_from_mem(), blf_font_size(), blf_glyph_add(), and blf_glyph_cache_new().
char* FontBLF::filename |
Definition at line 139 of file blf_internal_types.h.
Referenced by blf_font_free(), blf_font_new(), and blf_font_new_from_mem().
int FontBLF::flags |
Definition at line 187 of file blf_internal_types.h.
Referenced by BLF_disable(), BLF_disable_default(), blf_draw__start(), BLF_enable(), BLF_enable_default(), blf_font_fill(), blf_font_height(), blf_font_width(), blf_font_width_and_height(), blf_glyph_render(), and BLF_position().
FT_Library FontBLF::ft_lib |
Definition at line 196 of file blf_internal_types.h.
Referenced by blf_font_fill(), and blf_glyph_add().
Definition at line 193 of file blf_internal_types.h.
Referenced by BLF_ascender(), BLF_descender(), BLF_draw(), BLF_draw_ascii(), BLF_draw_buffer(), BLF_fixed_width(), blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_ensure_ascii_table(), blf_font_fill(), blf_font_fixed_width(), blf_font_free(), blf_font_size(), blf_glyph_add(), blf_glyph_render(), BLF_height(), BLF_height_max(), BLF_width(), BLF_width_and_height(), and BLF_width_max().
double FontBLF::m[16] |
Definition at line 169 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_fill(), and BLF_matrix().
Definition at line 181 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_glyph_cache_texture(), and blf_glyph_render().
char* FontBLF::name |
Definition at line 136 of file blf_internal_types.h.
Referenced by blf_font_free(), blf_font_new(), blf_font_new_from_mem(), blf_search(), and BLF_unload().
float FontBLF::orig_col[4] |
Definition at line 164 of file blf_internal_types.h.
Referenced by blf_draw__start(), and blf_glyph_render().
float FontBLF::pos[3] |
Definition at line 145 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_buffer(), blf_font_fill(), blf_glyph_render(), and BLF_position().
int FontBLF::shadow |
Definition at line 154 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_glyph_render(), and BLF_shadow().
float FontBLF::shadow_col[4] |
Definition at line 161 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow().
Definition at line 157 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow_offset().
Definition at line 158 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow_offset().
int FontBLF::size |
Definition at line 178 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_size(), and blf_glyph_cache_new().
Definition at line 184 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_glyph_cache_texture(), and blf_glyph_render().