Blender V2.61 - r43446
|
Public Attributes | |
struct View2DString * | next |
struct View2DString * | prev |
union { | |
unsigned char ub [4] | |
int pack | |
} | col |
int | mval [2] |
rcti | rect |
union { ... } View2DString::col |
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_draw(), and UI_view2d_text_cache_rectf().
int View2DString::mval[2] |
Definition at line 2028 of file view2d.c.
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_draw(), and UI_view2d_text_cache_rectf().
struct View2DString* View2DString::next |
Definition at line 2023 of file view2d.c.
Referenced by UI_view2d_text_cache_draw().
Definition at line 2026 of file view2d.c.
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_draw(), and UI_view2d_text_cache_rectf().
struct View2DString * View2DString::prev |
Definition at line 2029 of file view2d.c.
Referenced by UI_view2d_text_cache_draw(), and UI_view2d_text_cache_rectf().
unsigned char View2DString::ub[4] |
Definition at line 2025 of file view2d.c.
Referenced by UI_view2d_text_cache_draw().