Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_animation_get.c87 if (_gx_system_animation_free_list) in _gx_system_animation_get()
89 free_block = _gx_system_animation_free_list; in _gx_system_animation_get()
90 _gx_system_animation_free_list = free_block -> gx_animation_next; in _gx_system_animation_get()
Dgx_system_animation_free.c79 animation -> gx_animation_next = _gx_system_animation_free_list; in _gx_system_animation_free()
80 _gx_system_animation_free_list = animation; in _gx_system_animation_free()
Dgx_system_initialize.c217 _gx_system_animation_free_list = _gx_system_animation_pool; in _gx_system_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h297 SYSTEM_DECLARE GX_ANIMATION *_gx_system_animation_free_list; variable