|
Blender V4.3
|
Public Attributes | |
| const View2D * | v2d |
| float | stripe_ofs_y |
| float | stripe_ht |
| int | cache_flag |
| SeqQuadsBatch * | quads |
Definition at line 1673 of file sequencer_timeline_draw.cc.
| int CacheDrawData::cache_flag |
Definition at line 1677 of file sequencer_timeline_draw.cc.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| SeqQuadsBatch* CacheDrawData::quads |
Definition at line 1678 of file sequencer_timeline_draw.cc.
Referenced by draw_cache_background(), draw_cache_view(), and draw_cache_view_iter_fn().
| float CacheDrawData::stripe_ht |
Definition at line 1676 of file sequencer_timeline_draw.cc.
Referenced by draw_cache_background(), draw_cache_view(), and draw_cache_view_iter_fn().
| float CacheDrawData::stripe_ofs_y |
Definition at line 1675 of file sequencer_timeline_draw.cc.
Referenced by draw_cache_background(), draw_cache_view(), and draw_cache_view_iter_fn().
| const View2D* CacheDrawData::v2d |
Definition at line 1674 of file sequencer_timeline_draw.cc.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().