Searched refs:last_smooth_point (Results 1 – 2 of 2) sorted by relevance
62 struct device_coords last_smooth_point; member
511 delta.x = axes->point.x - tablet->last_smooth_point.x; in tablet_tool_process_delta()512 delta.y = axes->point.y - tablet->last_smooth_point.y; in tablet_tool_process_delta()515 if (axes->point.x != tablet->last_smooth_point.x) in tablet_tool_process_delta()517 if (axes->point.y != tablet->last_smooth_point.y) in tablet_tool_process_delta()520 tablet->last_smooth_point = axes->point; in tablet_tool_process_delta()