| /third_party/weston/clients/ |
| D | simple-touch.c | 42 struct touch *touch; member 47 struct touch { struct 64 create_shm_buffer(struct touch *touch) in create_shm_buffer() 100 struct touch *touch = data; in shm_format() local 112 touch_paint(struct touch *touch, int32_t x, int32_t y, int32_t id) in touch_paint() 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 229 add_seat(struct touch *touch, uint32_t name, uint32_t version) in add_seat() 271 struct touch *touch = data; in handle_global() local [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/src/events/ |
| D | SDL_touch.c | 61 SDL_Touch *touch; in SDL_GetTouchIndex() local 84 SDL_GetFingerIndex(const SDL_Touch * touch, SDL_FingerID fingerid) in SDL_GetFingerIndex() 96 SDL_GetFinger(const SDL_Touch * touch, SDL_FingerID id) in SDL_GetFinger() 108 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetNumTouchFingers() local 118 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetTouchFinger() local 172 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger() 199 SDL_DelFinger(SDL_Touch* touch, SDL_FingerID fingerid) in SDL_DelFinger() 222 SDL_Touch* touch = SDL_GetTouch(id); in SDL_SendTouch() local 281 SDL_Touch *touch; in SDL_SendTouchMotion() local 335 SDL_Touch *touch = SDL_GetTouch(id); in SDL_DelTouch() local
|
| D | SDL_gesture.c | 155 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveAllDollarTemplates() local 167 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveDollarTemplate() local 224 SDL_GestureTouch *touch = NULL; in SDL_LoadDollarTemplates() local 423 static float dollarRecognize(const SDL_DollarPath *path,int *bestTempl,SDL_GestureTouch* touch) in dollarRecognize() 471 int SDL_SendGestureMulti(SDL_GestureTouch* touch,float dTheta,float dDist) in SDL_SendGestureMulti() 484 static int SDL_SendGestureDollar(SDL_GestureTouch* touch, in SDL_SendGestureDollar() 500 static int SDL_SendDollarRecord(SDL_GestureTouch* touch,SDL_GestureID gestureId) in SDL_SendDollarRecord()
|
| /third_party/weston/tests/ |
| D | weston-test-client-helper.h | 85 struct touch *touch; member 129 struct touch { struct 130 struct wl_touch *wl_touch; argument 136 int up_id; /* id of last wl_touch.up event */ argument 137 int frame_no; 138 int cancel_no; 139 uint32_t down_time_msec; 140 uint32_t up_time_msec; 141 uint32_t motion_time_msec; 142 struct timespec input_timestamp; [all …]
|
| D | touch-test.c | 75 struct touch *touch = client->input->touch; in TEST() local 97 struct touch *touch = client->input->touch; in TEST() local 115 struct touch *touch = client->input->touch; in TEST() local
|
| /third_party/cef/libcef/browser/osr/ |
| D | motion_event_osr.cc | 49 bool CefMotionEventOSR::OnTouch(const CefTouchEvent& touch) { in OnTouch() 169 bool CefMotionEventOSR::AddTouch(const CefTouchEvent& touch, int id) { in AddTouch() 177 void CefMotionEventOSR::UpdateTouch(const CefTouchEvent& touch, int id) { in UpdateTouch() 183 void CefMotionEventOSR::UpdateCachedAction(const CefTouchEvent& touch, int id) { in UpdateCachedAction() 216 const CefTouchEvent& touch, in GetPointerPropertiesFromTouchEvent()
|
| /third_party/boost/libs/fusion/test/compile_time/ |
| D | transform.cpp | 34 struct touch struct 37 void operator()(T const&) const in operator ()()
|
| /third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
| D | WLEyesRenderer.cpp | 299 TouchHandleDown(void* data, struct wl_touch* touch, uint32_t serial, uint32_t time, in TouchHandleDown() 317 TouchHandleUp(void* data, struct wl_touch* touch, uint32_t serial, uint32_t time, int32_t id) in TouchHandleUp() 328 TouchHandleMotion(void* data, struct wl_touch* touch, uint32_t time, int32_t id, in TouchHandleMotion() 344 TouchHandleFrame(void* data, struct wl_touch* touch) in TouchHandleFrame() 351 TouchHandleCancel(void* data, struct wl_touch* touch) in TouchHandleCancel() 357 static void TouchHandleShape(void* data, struct wl_touch* touch, int32_t id, in TouchHandleShape() 369 TouchHandleOrientation(void* data, struct wl_touch* touch, in TouchHandleOrientation()
|
| /third_party/skia/experimental/sktext/editor/ |
| D | Mouse.cpp | 17 bool Mouse::isDoubleClick(SkPoint touch) { in isDoubleClick()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
| D | SDL_waylandtouch.c | 237 struct SDL_WaylandTouch *touch; in Wayland_touch_create() local 255 struct SDL_WaylandTouch *touch = data->touch; in Wayland_touch_destroy() local
|
| D | SDL_waylandvideo.h | 58 struct SDL_WaylandTouch *touch; member
|
| /third_party/weston/libweston/ |
| D | data-device.c | 413 struct weston_touch *touch, in drag_surface_configure() 483 struct weston_touch *touch = drag->grab.touch; in touch_drag_surface_committed() local 738 struct weston_touch *touch = drag->grab.touch; in data_device_end_touch_drag_grab() local 753 struct weston_touch *touch = grab->touch; in drag_grab_touch_up() local 768 struct weston_touch *touch = drag->grab.touch; in drag_grab_touch_focus() local 787 struct weston_touch *touch = grab->touch; in drag_grab_touch_motion() local 873 struct weston_touch *touch = grab->keyboard->seat->touch_state; in drag_grab_keyboard_cancel() local 973 weston_touch_start_drag(struct weston_touch *touch, in weston_touch_start_drag() 1033 struct weston_touch *touch = weston_seat_get_touch(seat); in data_device_start_drag() local
|
| D | input.c | 142 weston_touch_create_touch_device(struct weston_touch *touch, in weston_touch_create_touch_device() 416 struct weston_touch *touch = in touch_focus_view_destroyed() local 426 struct weston_touch *touch = in touch_focus_resource_destroyed() local 793 weston_touch_has_focus_resource(struct weston_touch *touch) in weston_touch_has_focus_resource() 817 weston_touch_send_down(struct weston_touch *touch, const struct timespec *time, in weston_touch_send_down() 864 weston_touch_send_up(struct weston_touch *touch, const struct timespec *time, in weston_touch_send_up() 907 weston_touch_send_motion(struct weston_touch *touch, in weston_touch_send_motion() 950 weston_touch_send_frame(struct weston_touch *touch) in weston_touch_send_frame() 1340 weston_touch_reset_state(struct weston_touch *touch) in weston_touch_reset_state() 1348 struct weston_touch *touch; in weston_touch_create() local [all …]
|
| /third_party/libinput/test/ |
| D | test-totem.c | 490 struct litest_device *touch; in START_TEST() local 529 struct litest_device *touch; in START_TEST() local 555 struct litest_device *touch; in START_TEST() local
|
| /third_party/boost/boost/geometry/algorithms/detail/overlay/ |
| D | get_turn_info.hpp | 419 struct touch : public base_turn_handler struct 421 static inline bool between(int side1, int side2, int turn) in between() 432 static inline bool handle_imperfect_touch(UniqueSubRange1 const& range_p, in handle_imperfect_touch() 510 static inline void apply(UniqueSubRange1 const& range_p, in apply()
|
| /third_party/weston/shared/ |
| D | frame.c | 283 struct frame_touch *touch; in frame_touch_get() local 300 frame_touch_destroy(struct frame_touch *touch) in frame_touch_destroy() 310 struct frame_touch *touch, *next_touch; in frame_destroy() local 865 struct frame_touch *touch = frame_touch_get(frame, data); in frame_touch_down() local 906 struct frame_touch *touch = frame_touch_get(frame, data); in frame_touch_up() local 952 struct frame_touch *touch = frame_touch_get(frame, data); in frame_double_touch_down() local 989 struct frame_touch *touch = frame_touch_get(frame, data); in frame_double_touch_up() local
|
| /third_party/mtdev/src/ |
| D | core.c | 86 bitmask_t touch) in solve() 123 int size, bitmask_t touch) in assign_tracking_id() 340 bitmask_t touch = 0; in convert_A_to_B() local
|
| /third_party/weston/libweston-desktop/ |
| D | seat.c | 46 struct weston_touch_grab touch; member 295 struct weston_touch *touch = weston_seat_get_touch(wseat); in weston_desktop_seat_popup_grab_start() local 327 struct weston_touch *touch = weston_seat_get_touch(seat->seat); in weston_desktop_seat_popup_grab_end() local
|
| /third_party/node/deps/npm/node_modules/lockfile/test/ |
| D | retry-time.js | 12 var touch = require('touch') variable
|
| D | stale-contention.js | 6 var touch = require('touch') variable
|
| /third_party/weston/kiosk-shell/ |
| D | kiosk-shell-grab.c | 162 struct weston_touch *touch = touch_grab->touch; in touch_move_grab_motion() local 270 struct weston_touch *touch) in kiosk_shell_grab_start_for_touch_move()
|
| D | util.c | 53 struct weston_touch *touch = weston_seat_get_touch(seat); in get_focused_output() local
|
| /third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
| D | ivi-input-controller.c | 735 struct weston_touch *touch, const struct timespec *time, in input_ctrl_touch_set_west_focus() 769 input_ctrl_touch_west_send_cancel(struct weston_touch *touch) in input_ctrl_touch_west_send_cancel() 785 struct weston_touch *touch = ctx_seat->touch_grab.touch; in input_ctrl_touch_clear_focus() local 822 struct weston_touch *touch = grab->touch; in touch_grab_up() local 870 struct weston_touch *touch = weston_seat_get_touch(seat); in get_seat_capabilities() local 888 struct weston_touch *touch = weston_seat_get_touch(seat); in handle_seat_updated_caps() local 1128 struct weston_touch *touch; in setup_input_acceptance() local
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimodalInput_touchEvent.js | 63 touch: '[PC preview] unknow Touch', property
|
| /third_party/node/deps/npm/node_modules/lockfile/ |
| D | package.json | 44 "touch": "0" string
|