Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dfilter-custom.c43 create_custom_accel_function(double step, const double *points, size_t npoints) in create_custom_accel_function() function
295 fallback = create_custom_accel_function(config->custom.fallback->step, in custom_accelerator_set_accel_config()
303 motion = create_custom_accel_function(config->custom.motion->step, in custom_accelerator_set_accel_config()
311 scroll = create_custom_accel_function(config->custom.scroll->step, in custom_accelerator_set_accel_config()
429 f->funcs.fallback = create_custom_accel_function(default_step, in create_custom_accelerator_filter()