Searched refs:v120 (Results 1 - 9 of 9) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-wheel.c | 188 struct wheel_v120 v120 = { 0.0, 0.0 }; in wheel_flush_scroll() local 218 v120.y = -1 * value; in wheel_flush_scroll() 225 &v120); in wheel_flush_scroll() 246 v120.x = value; in wheel_flush_scroll() 253 &v120); in wheel_flush_scroll()
|
H A D | libinput.c | 182 struct wheel_v120 v120; member 824 value = event->v120.x; in libinput_event_pointer_get_scroll_value_v120() 827 value = event->v120.y; in libinput_event_pointer_get_scroll_value_v120() 2535 .v120 = zero_v120, in pointer_notify_axis_finger() 2569 .v120 = zero_v120, in pointer_notify_axis_continuous() 2602 .v120 = zero_v120, in pointer_notify_axis_legacy_wheel() 2615 const struct wheel_v120 *v120) in pointer_notify_axis_wheel() 2631 .v120 = *v120, in pointer_notify_axis_wheel() 2611 pointer_notify_axis_wheel(struct libinput_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta, const struct wheel_v120 *v120) pointer_notify_axis_wheel() argument
|
H A D | evdev.c | 443 struct wheel_v120 v120 = *v120_in; in evdev_notify_axis_wheel() local 447 v120.x *= -1; in evdev_notify_axis_wheel() 453 v120.x *= -1; in evdev_notify_axis_wheel() 454 v120.y *= -1; in evdev_notify_axis_wheel() 461 &v120); in evdev_notify_axis_wheel()
|
H A D | libinput-private.h | 664 const struct wheel_v120 *v120);
|
/third_party/python/PCbuild/ |
H A D | env.bat | 8 rem 'v110', 'v120' or 'v140') to the build script.
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 494 double v = 0, h = 0, v120 = 0, h120 = 0; in print_pointer_axis_event() local 522 v120 = libinput_event_pointer_get_scroll_value_v120(p, axis); in print_pointer_axis_event() 535 v, v120, have_vert, in print_pointer_axis_event()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A 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_typ in create_builtins() [all...] |
/third_party/libinput/test/ |
H A D | test-pointer.c | 617 double scroll_step, expected, discrete, v120; in test_high_and_low_wheel_events_value() local 623 v120 = v120_amount; in test_high_and_low_wheel_events_value() 628 v120 *= -1; in test_high_and_low_wheel_events_value() 635 v120 *= -1; in test_high_and_low_wheel_events_value() 661 v120); in test_high_and_low_wheel_events_value() local
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 72 set VC_TOOLSET=v120
|
Completed in 25 milliseconds