Searched refs:v120 (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/doc/user/ |
D | wheel-api.rst | 57 The v120 Wheel API 60 The ``v120`` value matches the Windows API for wheel scrolling. Wheel 62 multiple of 120 representing one detent of movement. The ``v120`` API is the 73 | Click angle | Axis value | Discrete value| v120 | 81 event may contain multiples of the value, discrete or v120 value: 84 | Click angle | Axis value | Discrete value| v120 | 97 | Click angle | Axis value | Discrete value| v120 | 113 | Event number | Type | Axis value | Discrete value| v120 | 140 | Event number | Type | Axis value | Discrete value| v120 | 170 | Event number | Type | Axis value | Discrete value| v120 |
|
/third_party/python/PCbuild/ |
D | env.bat | 8 rem 'v110', 'v120' or 'v140') to the build script.
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 486 double v = 0, h = 0, v120 = 0, h120 = 0; in print_pointer_axis_event() local 514 v120 = libinput_event_pointer_get_scroll_value_v120(p, axis); in print_pointer_axis_event() 527 v, v120, have_vert, in print_pointer_axis_event()
|
/third_party/libinput/src/ |
D | evdev-fallback.c | 233 struct wheel_v120 v120 = { 0.0, 0.0 }; in fallback_flush_wheels() local 276 v120.y = -1 * value; in fallback_flush_wheels() 283 &v120); in fallback_flush_wheels() 304 v120.x = value; in fallback_flush_wheels() 311 &v120); in fallback_flush_wheels()
|
D | libinput.c | 181 struct wheel_v120 v120; member 823 value = event->v120.x; in libinput_event_pointer_get_scroll_value_v120() 826 value = event->v120.y; in libinput_event_pointer_get_scroll_value_v120() 2534 .v120 = zero_v120, in pointer_notify_axis_finger() 2568 .v120 = zero_v120, in pointer_notify_axis_continuous() 2601 .v120 = zero_v120, in pointer_notify_axis_legacy_wheel() 2614 const struct wheel_v120 *v120) in pointer_notify_axis_wheel() argument 2630 .v120 = *v120, in pointer_notify_axis_wheel()
|
D | evdev.c | 425 struct wheel_v120 v120 = *v120_in; in evdev_notify_axis_wheel() local 429 v120.x *= -1; in evdev_notify_axis_wheel() 435 v120.x *= -1; in evdev_notify_axis_wheel() 436 v120.y *= -1; in evdev_notify_axis_wheel() 443 &v120); in evdev_notify_axis_wheel()
|
D | libinput-private.h | 598 const struct wheel_v120 *v120);
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 167 v120(const _mesa_glsl_parse_state *state) in v120() function 2202 _outerProduct(v120, glsl_type::mat2_type), in create_builtins() 2203 _outerProduct(v120, glsl_type::mat3_type), in create_builtins() 2204 _outerProduct(v120, glsl_type::mat4_type), in create_builtins() 2205 _outerProduct(v120, glsl_type::mat2x3_type), in create_builtins() 2206 _outerProduct(v120, glsl_type::mat2x4_type), in create_builtins() 2207 _outerProduct(v120, glsl_type::mat3x2_type), in create_builtins() 2208 _outerProduct(v120, glsl_type::mat3x4_type), in create_builtins() 2209 _outerProduct(v120, glsl_type::mat4x2_type), in create_builtins() 2210 _outerProduct(v120, glsl_type::mat4x3_type), in create_builtins() [all …]
|
/third_party/libinput/test/ |
D | test-pointer.c | 616 double scroll_step, expected, discrete, v120; in test_high_and_low_wheel_events_value() local 622 v120 = v120_amount; in test_high_and_low_wheel_events_value() 627 v120 *= -1; in test_high_and_low_wheel_events_value() 652 v120); in test_high_and_low_wheel_events_value()
|