|
Blender V4.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 | |
| bool | shadow | |
| bool | align_center | |
| char | str [0] | |
Definition at line 53 of file draw_manager_text.cc.
| bool ViewCachedString::align_center |
Definition at line 64 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| union { ... } ViewCachedString::col |
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| short ViewCachedString::flag |
Definition at line 61 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), DRW_text_cache_draw(), and drw_text_cache_draw_ex().
| int ViewCachedString::pack |
Definition at line 57 of file draw_manager_text.cc.
Referenced by drw_text_cache_draw_ex().
| short ViewCachedString::sco[2] |
Definition at line 59 of file draw_manager_text.cc.
Referenced by DRW_text_cache_draw(), and drw_text_cache_draw_ex().
| bool ViewCachedString::shadow |
Definition at line 63 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| char ViewCachedString::str[0] |
Definition at line 67 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| int ViewCachedString::str_len |
Definition at line 62 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| uchar ViewCachedString::ub[4] |
Definition at line 56 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| float ViewCachedString::vec[3] |
Definition at line 54 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and DRW_text_cache_draw().
| short ViewCachedString::xoffs |
Definition at line 60 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().
| short ViewCachedString::yoffs |
Definition at line 60 of file draw_manager_text.cc.
Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().