Home
last modified time | relevance | path

Searched refs:num_tp (Results 1 – 10 of 10) sorted by relevance

/third_party/weston/clients/
Dtouch-calibrator.c171 int num_tp; /* touch points down count */ member
477 if (cal->num_tp != 0) in try_enter_state_idle()
568 cal->num_tp = 0; in calibrator_create()
626 cal->num_tp++; in down_handler()
654 cal->num_tp--; in up_handler()
655 if (cal->num_tp < 0) { in up_handler()
657 cal->num_tp = 0; in up_handler()
705 cal->num_tp = 0; in cancel_handler()
/third_party/weston/kiosk-shell/
Dkiosk-shell-grab.c151 if (touch_grab->touch->num_tp == 0) in touch_move_grab_up()
/third_party/weston/libweston/
Dinput.c1342 touch->num_tp = 0; in weston_touch_reset_state()
2396 if (touch->num_tp == 1) { in process_touch_normal()
2404 "but no surface focused\n", touch->num_tp); in process_touch_normal()
2412 if (touch->num_tp == 1) { in process_touch_normal()
2431 if (touch->num_tp == 0) in process_touch_normal()
2474 if (touch->num_tp > 0) in weston_compositor_update_touch_mode()
2583 touch->num_tp++; in notify_touch_normalized()
2586 if (touch->num_tp == 0) { in notify_touch_normalized()
2597 touch->num_tp--; in notify_touch_normalized()
Dbindings.c388 if (touch->num_tp != 1 || touch_type != WL_TOUCH_DOWN) in weston_compositor_run_touch_binding()
Dtouch-calibration.c117 if (calibrator->device->aggregate->num_tp == 0) { in notify_touch_calibrator()
Ddata-device.c1047 touch->num_tp == 1 && in data_device_start_drag()
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c749 if (touch->num_tp == 1) { in input_ctrl_touch_set_west_focus()
826 if (touch->num_tp == 0) { in touch_grab_up()
/third_party/weston/include/libweston/
Dlibweston.h606 uint32_t num_tp; member
/third_party/weston/ivi-shell/
Dhmi-controller.c1633 if (0 == grab->touch->num_tp) { in touch_move_workspace_grab_up()
/third_party/weston/desktop-shell/
Dshell.c1368 if (grab->touch->num_tp == 0) { in touch_move_grab_up()