Home
last modified time | relevance | path

Searched refs:View2DString (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dview2d.c2062 typedef struct View2DString { struct
2063 struct View2DString *next; argument
2073 } View2DString; argument
2077 static View2DString *g_v2d_strings = NULL;
2088 View2DString *v2s; in UI_view2d_text_cache_add()
2094 v2s = BLI_memarena_alloc(g_v2d_strings_arena, sizeof(View2DString) + alloc_len); in UI_view2d_text_cache_add()
2119 View2DString *v2s; in UI_view2d_text_cache_add_rectf()
2125 v2s = BLI_memarena_alloc(g_v2d_strings_arena, sizeof(View2DString) + alloc_len); in UI_view2d_text_cache_add_rectf()
2142 View2DString *v2s; in UI_view2d_text_cache_draw()