Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/evdev/
Dlv_evdev.c117 static int _evdev_calibrate(int v, int in_min, int in_max, int out_min, int out_max) in _evdev_calibrate() function
138 p.x = _evdev_calibrate(swapped_x, dsc->min_x, dsc->max_x, offset_x, offset_x + width - 1); in _evdev_process_pointer()
139 p.y = _evdev_calibrate(swapped_y, dsc->min_y, dsc->max_y, offset_y, offset_y + height - 1); in _evdev_process_pointer()