Blender
V3.3
|
Public Attributes | |
float | vec [3] |
union { | |
uchar ub [4] | |
int pack | |
} | col |
short | sco [2] |
short | xoffs |
short | yoffs |
short | flag |
int | str_len |
char | str [0] |
Definition at line 41 of file draw_manager_text.c.
union { ... } ViewCachedString::col |
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
short ViewCachedString::flag |
Definition at line 49 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), DRW_text_cache_draw(), and drw_text_cache_draw_ex().
int ViewCachedString::pack |
Definition at line 45 of file draw_manager_text.c.
Referenced by drw_text_cache_draw_ex().
short ViewCachedString::sco[2] |
Definition at line 47 of file draw_manager_text.c.
Referenced by DRW_text_cache_draw(), and drw_text_cache_draw_ex().
char ViewCachedString::str[0] |
Definition at line 53 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
int ViewCachedString::str_len |
Definition at line 50 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
uchar ViewCachedString::ub[4] |
Definition at line 44 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
float ViewCachedString::vec[3] |
Definition at line 42 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and DRW_text_cache_draw().
short ViewCachedString::xoffs |
Definition at line 48 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
short ViewCachedString::yoffs |
Definition at line 48 of file draw_manager_text.c.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().