Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 12689) sorted by relevance

12345678910>>...508

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dsimple-touch.c42 struct touch *touch; member
64 create_shm_buffer(struct touch *touch) in create_shm_buffer() argument
100 struct touch *touch = data; in shm_format() local
165 struct touch *touch = data; in touch_handle_down() local
182 struct touch *touch = data; in touch_handle_motion() local
212 struct touch *touch = seat->touch; in seat_handle_capabilities() local
236 seat->touch = touch; in add_seat()
271 struct touch *touch = data; in handle_global() local
303 struct touch *touch; in touch_create() local
305 touch = malloc(sizeof *touch); in touch_create()
[all …]
/dports/graphics/weston/weston-1.9.0/clients/
H A Dsimple-touch.c40 struct touch *touch; member
62 create_shm_buffer(struct touch *touch) in create_shm_buffer() argument
98 struct touch *touch = data; in shm_format() local
163 struct touch *touch = data; in touch_handle_down() local
180 struct touch *touch = data; in touch_handle_motion() local
210 struct touch *touch = seat->touch; in seat_handle_capabilities() local
234 seat->touch = touch; in add_seat()
269 struct touch *touch = data; in handle_global() local
301 struct touch *touch; in touch_create() local
303 touch = malloc(sizeof *touch); in touch_create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-touch.c42 struct touch *touch; member
64 create_shm_buffer(struct touch *touch) in create_shm_buffer() argument
100 struct touch *touch = data; in shm_format() local
165 struct touch *touch = data; in touch_handle_down() local
182 struct touch *touch = data; in touch_handle_motion() local
212 struct touch *touch = seat->touch; in seat_handle_capabilities() local
236 seat->touch = touch; in add_seat()
271 struct touch *touch = data; in handle_global() local
303 struct touch *touch; in touch_create() local
305 touch = malloc(sizeof *touch); in touch_create()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dda9034-ts.c118 int x = touch->last_x; in report_pen_down()
119 int y = touch->last_y; in report_pen_down()
122 if (touch->x_inverted) in report_pen_down()
125 if (touch->y_inverted) in report_pen_down()
145 switch (touch->state) { in da9034_event_handler()
207 start_tsi(touch); in da9034_event_handler()
219 stop_tsi(touch); in da9034_event_handler()
251 ret = da903x_register_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_open()
281 da903x_unregister_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_close()
287 stop_tsi(touch); in da9034_touch_close()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dda9034-ts.c118 int x = touch->last_x; in report_pen_down()
119 int y = touch->last_y; in report_pen_down()
122 if (touch->x_inverted) in report_pen_down()
125 if (touch->y_inverted) in report_pen_down()
145 switch (touch->state) { in da9034_event_handler()
207 start_tsi(touch); in da9034_event_handler()
219 stop_tsi(touch); in da9034_event_handler()
251 ret = da903x_register_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_open()
281 da903x_unregister_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_close()
287 stop_tsi(touch); in da9034_touch_close()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dda9034-ts.c118 int x = touch->last_x; in report_pen_down()
119 int y = touch->last_y; in report_pen_down()
122 if (touch->x_inverted) in report_pen_down()
125 if (touch->y_inverted) in report_pen_down()
145 switch (touch->state) { in da9034_event_handler()
207 start_tsi(touch); in da9034_event_handler()
219 stop_tsi(touch); in da9034_event_handler()
251 ret = da903x_register_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_open()
281 da903x_unregister_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_close()
287 stop_tsi(touch); in da9034_touch_close()
[all …]
/dports/sysutils/exa/exa-0.10.1/devtools/
H A Ddev-create-test-filesystem.sh142 touch "$TEST_ROOT/links/some_file"
235 touch $dir/file-in-question
239 touch $dir/this-file
240 touch $dir/that-file
271 touch additions/{staged,edited}
276 touch additions/unstaged
298 touch "ignoreds/music.mp3"
299 touch "ignoreds/music.m4a"
312 touch subfile
346 touch "$TEST_ROOT/hiddens/visible"
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dtouch.c133 return touch; in find_TouchState_()
263 if (touch->pinchId || touch->isTouchDrag) { in update_TouchState_()
306 touch->startPos = touch->pos[0]; in update_TouchState_()
312 else if (!touch->didBeginOnTouchDrag && touch->isTapAndHold && in update_TouchState_()
444 const float dist = length_F3(sub_F3(touch[1]->pos[0], touch[0]->pos[0])); in pinchMotion_TouchState_()
529 if (touch && touch->edge) { in processEvent_Touch()
539 if (touch && touch->affinity) { in processEvent_Touch()
560 if (!touch->isTouchDrag && !isStationary_Touch_(touch) && in processEvent_Touch()
652 if (touch->edge && !isStationary_Touch_(touch)) { in processEvent_Touch()
663 if (!touch->isLeftDown && !touch->isTapAndHold) { in processEvent_Touch()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gestures/
H A Dmotion_event_aura.cc33 pointer_properties.x = touch.x(); in GetPointerPropertiesFromTouchEvent()
34 pointer_properties.y = touch.y(); in GetPointerPropertiesFromTouchEvent()
93 if (touch.type() == ET_TOUCH_MOVED && touch.x() == GetX(index) && in OnTouch()
94 touch.y() == GetY(index)) { in OnTouch()
98 switch (touch.type()) { in OnTouch()
100 if (!AddTouch(touch)) in OnTouch()
108 UpdateTouch(touch); in OnTouch()
111 UpdateTouch(touch); in OnTouch()
118 UpdateCachedAction(touch); in OnTouch()
120 set_flags(touch.flags()); in OnTouch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gestures/
H A Dmotion_event_aura.cc34 pointer_properties.x = touch.x(); in GetPointerPropertiesFromTouchEvent()
35 pointer_properties.y = touch.y(); in GetPointerPropertiesFromTouchEvent()
94 if (touch.type() == ET_TOUCH_MOVED && touch.x() == GetX(index) && in OnTouch()
95 touch.y() == GetY(index)) { in OnTouch()
99 switch (touch.type()) { in OnTouch()
101 if (!AddTouch(touch)) in OnTouch()
109 UpdateTouch(touch); in OnTouch()
112 UpdateTouch(touch); in OnTouch()
119 UpdateCachedAction(touch); in OnTouch()
121 set_flags(touch.flags()); in OnTouch()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/devel/py-gyp/gyp-20200512/test/many-actions/
H A Dmany-actions.gyp19 'touch',
28 'touch',
37 'touch',
46 'touch',
55 'touch',
64 'touch',
73 'touch',
82 'touch',
91 'touch',
100 'touch',
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/mouse/
H A Dsynaptics_i2c.c413 delay = touch->scan_ms; in synaptics_i2c_adjust_delay()
415 touch->no_data_count = 0; in synaptics_i2c_adjust_delay()
419 touch->no_data_count++; in synaptics_i2c_adjust_delay()
512 if (!touch) in synaptics_i2c_touch_create()
515 touch->client = client; in synaptics_i2c_touch_create()
521 return touch; in synaptics_i2c_touch_create()
531 if (!touch) in synaptics_i2c_probe()
542 if (!touch->input) { in synaptics_i2c_probe()
555 DRIVER_NAME, touch); in synaptics_i2c_probe()
585 kfree(touch); in synaptics_i2c_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/
H A Dsynaptics_i2c.c413 delay = touch->scan_ms; in synaptics_i2c_adjust_delay()
415 touch->no_data_count = 0; in synaptics_i2c_adjust_delay()
419 touch->no_data_count++; in synaptics_i2c_adjust_delay()
512 if (!touch) in synaptics_i2c_touch_create()
515 touch->client = client; in synaptics_i2c_touch_create()
521 return touch; in synaptics_i2c_touch_create()
531 if (!touch) in synaptics_i2c_probe()
542 if (!touch->input) { in synaptics_i2c_probe()
555 DRIVER_NAME, touch); in synaptics_i2c_probe()
585 kfree(touch); in synaptics_i2c_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/
H A Dsynaptics_i2c.c413 delay = touch->scan_ms; in synaptics_i2c_adjust_delay()
415 touch->no_data_count = 0; in synaptics_i2c_adjust_delay()
419 touch->no_data_count++; in synaptics_i2c_adjust_delay()
512 if (!touch) in synaptics_i2c_touch_create()
515 touch->client = client; in synaptics_i2c_touch_create()
521 return touch; in synaptics_i2c_touch_create()
531 if (!touch) in synaptics_i2c_probe()
542 if (!touch->input) { in synaptics_i2c_probe()
555 DRIVER_NAME, touch); in synaptics_i2c_probe()
585 kfree(touch); in synaptics_i2c_probe()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-touch.c38 MetaWaylandTouch *touch; member
84 MetaWaylandTouch *touch = touch_surface->touch; in touch_surface_free() local
111 MetaWaylandTouch *touch = touch_surface->touch; in touch_surface_decrement_touch() local
121 MetaWaylandTouch *touch = touch_surface->touch; in touch_handle_surface_destroy() local
154 touch_surface->touch = touch; in touch_surface_get()
390 touch_send_frame_event (touch); in queue_frame_event_cb()
391 touch->queued_frame_id = 0; in queue_frame_event_cb()
403 touch->queued_frame_id = in send_or_queue_frame_event()
538 if (!touch->touches) in meta_wayland_touch_can_popup()
560 if (!touch->touches) in meta_wayland_touch_find_grab_sequence()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/events/
H A DSDL_touch.c109 if (touch) { in SDL_GetNumTouchFingers()
119 if (!touch) { in SDL_GetTouchFinger()
176 if (touch->num_fingers == touch->max_fingers) { in SDL_AddFinger()
178 …new_fingers = (SDL_Finger **)SDL_realloc(touch->fingers, (touch->max_fingers+1)*sizeof(*touch->fin… in SDL_AddFinger()
184 if (!touch->fingers[touch->max_fingers]) { in SDL_AddFinger()
190 finger = touch->fingers[touch->num_fingers++]; in SDL_AddFinger()
210 touch->fingers[index] = touch->fingers[touch->num_fingers]; in SDL_DelFinger()
211 touch->fingers[touch->num_fingers] = temp; in SDL_DelFinger()
223 if (!touch) { in SDL_SendTouch()
287 if (!touch) { in SDL_SendTouchMotion()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/events/
H A DSDL_touch.c109 if (touch) { in SDL_GetNumTouchFingers()
119 if (!touch) { in SDL_GetTouchFinger()
176 if (touch->num_fingers == touch->max_fingers) { in SDL_AddFinger()
178 …new_fingers = (SDL_Finger **)SDL_realloc(touch->fingers, (touch->max_fingers+1)*sizeof(*touch->fin… in SDL_AddFinger()
184 if (!touch->fingers[touch->max_fingers]) { in SDL_AddFinger()
190 finger = touch->fingers[touch->num_fingers++]; in SDL_AddFinger()
210 touch->fingers[index] = touch->fingers[touch->num_fingers]; in SDL_DelFinger()
211 touch->fingers[touch->num_fingers] = temp; in SDL_DelFinger()
223 if (!touch) { in SDL_SendTouch()
287 if (!touch) { in SDL_SendTouchMotion()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/events/
H A DSDL_touch.c109 if (touch) { in SDL_GetNumTouchFingers()
119 if (!touch) { in SDL_GetTouchFinger()
176 if (touch->num_fingers == touch->max_fingers) { in SDL_AddFinger()
178 …new_fingers = (SDL_Finger **)SDL_realloc(touch->fingers, (touch->max_fingers+1)*sizeof(*touch->fin… in SDL_AddFinger()
184 if (!touch->fingers[touch->max_fingers]) { in SDL_AddFinger()
190 finger = touch->fingers[touch->num_fingers++]; in SDL_AddFinger()
210 touch->fingers[index] = touch->fingers[touch->num_fingers]; in SDL_DelFinger()
211 touch->fingers[touch->num_fingers] = temp; in SDL_DelFinger()
223 if (!touch) { in SDL_SendTouch()
287 if (!touch) { in SDL_SendTouchMotion()
[all …]

12345678910>>...508