Searched refs:_gx_system_pen_configuration (Results 1 – 5 of 5) sorted by relevance
73 _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()
92 …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()
86 …if (_gx_system_clock_delta < (LONG)_gx_system_pen_configuration.gx_pen_configuration_max_pen_speed… in _gx_system_pen_speed_update()
206 _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()
247 SYSTEM_DECLARE GX_PEN_CONFIGURATION _gx_system_pen_configuration; variable