Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_initialize.c214 _gx_animation_create(&_gx_system_animation_pool[index]); in _gx_system_initialize()
215 _gx_system_animation_pool[index].gx_animation_next = &_gx_system_animation_pool[index + 1]; in _gx_system_initialize()
217 _gx_system_animation_free_list = _gx_system_animation_pool; in _gx_system_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h296 SYSTEM_DECLARE GX_ANIMATION _gx_system_animation_pool[GX_ANIMATION_POOL_SIZE]; variable