Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev.c357 scale_axis(const struct input_absinfo *absinfo, double val, double to_range) in scale_axis() function
368 return scale_axis(device->abs.absinfo_x, x, width); in evdev_device_transform_x()
376 return scale_axis(device->abs.absinfo_y, y, height); in evdev_device_transform_y()