Lines Matching defs:point
84 struct point {
108 struct point pointer;
109 struct point unaccelerated;
114 struct point deltas[64];
117 struct point abs;
181 struct point deltas[64];
1399 struct point point;
1409 point = w->deltas[idx];
1411 point.x += dx_unaccel;
1412 point.y += dy_unaccel;
1413 w->deltas[idx] = point;
1641 struct point point;
1698 point = w->tool.deltas[idx];
1701 point.x += libinput_event_tablet_tool_get_dx(t);
1702 point.y += libinput_event_tablet_tool_get_dy(t);
1703 w->tool.deltas[idx] = point;