Home
last modified time | relevance | path

Searched defs:wl_touch (Results 1 – 8 of 8) sorted by relevance

/third_party/weston/clients/
Dsimple-touch.c44 struct wl_touch *wl_touch; member
161 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down()
173 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up()
179 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion()
190 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame()
195 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel()
Dsimple-egl.c597 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down()
610 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up()
616 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion()
622 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame()
627 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel()
Dwindow.c3291 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down()
3343 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up()
3371 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion()
3401 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame()
3421 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel()
3444 touch_handle_shape(void *data, struct wl_touch *wl_touch, int32_t id, in touch_handle_shape()
3450 touch_handle_orientation(void *data, struct wl_touch *wl_touch, int32_t id, in touch_handle_orientation()
/third_party/weston/tests/
Ddevices-test.c261 struct wl_touch *wl_touch; in TEST() local
Dweston-test-client-helper.c338 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down()
357 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up()
370 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion()
386 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame()
396 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel()
Dweston-test-client-helper.h130 struct wl_touch *wl_touch; member
/third_party/wayland_standard/tests/data/
Dexample-client.h4924 wl_touch_add_listener(struct wl_touch *wl_touch, in wl_touch_add_listener()
4969 wl_touch_set_user_data(struct wl_touch *wl_touch, void *user_data) in wl_touch_set_user_data()
4976 wl_touch_get_user_data(struct wl_touch *wl_touch) in wl_touch_get_user_data()
4982 wl_touch_get_version(struct wl_touch *wl_touch) in wl_touch_get_version()
4989 wl_touch_destroy(struct wl_touch *wl_touch) in wl_touch_destroy()
4998 wl_touch_release(struct wl_touch *wl_touch) in wl_touch_release()
/third_party/weston/libweston/backend-wayland/
Dwayland.c2111 input_handle_touch_down(void *data, struct wl_touch *wl_touch, in input_handle_touch_down()
2171 input_handle_touch_up(void *data, struct wl_touch *wl_touch, in input_handle_touch_up()
2211 input_handle_touch_motion(void *data, struct wl_touch *wl_touch, in input_handle_touch_motion()
2240 input_handle_touch_frame(void *data, struct wl_touch *wl_touch) in input_handle_touch_frame()
2251 input_handle_touch_cancel(void *data, struct wl_touch *wl_touch) in input_handle_touch_cancel()