Searched refs:cur_points (Results 1 – 1 of 1) sorted by relevance
24 static rt_uint32_t cur_points[2]; variable38 … cur_points[0] = (cur_max[0] * (event.value - cur_min[0]) + cur_range[0] / 2) / cur_range[0]; in tablet_event_handler()42 … cur_points[1] = (cur_max[1] * (event.value - cur_min[1]) + cur_range[1] / 2) / cur_range[1]; in tablet_event_handler()183 cur_last_points[0] = cur_points[0]; in graphic_thread()184 cur_last_points[1] = cur_points[1]; in graphic_thread()
Completed in 6 milliseconds