Searched refs:free_block (Results 1 – 1 of 1) sorted by relevance
80 GX_ANIMATION *free_block; in _gx_system_animation_get() local88 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()