Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_animation_get.c80 GX_ANIMATION *free_block; in _gx_system_animation_get() local
88 free_block = _gx_system_animation_free_list; in _gx_system_animation_get()
89 _gx_system_animation_free_list = free_block -> gx_animation_next; in _gx_system_animation_get()
90 free_block -> gx_animation_next = GX_NULL; in _gx_system_animation_get()
91 free_block -> gx_animation_system_allocated = GX_TRUE; in _gx_system_animation_get()
92 free_block -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_system_animation_get()
93 free_block -> gx_animation_canvas = GX_NULL; in _gx_system_animation_get()
94 *animation = free_block; in _gx_system_animation_get()