Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_pen_configure.c73 _gx_system_pen_configuration = *pen_configuration; in _gx_system_pen_configure()
76_gx_system_pen_configuration.gx_pen_configuration_min_drag_dist = GX_FIXED_VAL_MAKE(_gx_system_pen… in _gx_system_pen_configure()
Dgx_system_pen_flick_test.c92 …if (_gx_system_clock_delta < (LONG)_gx_system_pen_configuration.gx_pen_configuration_max_pen_speed… in _gx_system_pen_flick_test()
99 if (abs_speed_y > (INT)_gx_system_pen_configuration.gx_pen_configuration_min_drag_dist) in _gx_system_pen_flick_test()
107 if (abs_speed_x > (INT)_gx_system_pen_configuration.gx_pen_configuration_min_drag_dist) in _gx_system_pen_flick_test()
Dgx_system_pen_speed_update.c86 …if (_gx_system_clock_delta < (LONG)_gx_system_pen_configuration.gx_pen_configuration_max_pen_speed… in _gx_system_pen_speed_update()
Dgx_system_initialize.c206 _gx_system_pen_configuration.gx_pen_configuration_min_drag_dist = 80; in _gx_system_initialize()
207 _gx_system_pen_configuration.gx_pen_configuration_max_pen_speed_ticks = 10; in _gx_system_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h247 SYSTEM_DECLARE GX_PEN_CONFIGURATION _gx_system_pen_configuration; variable