Searched refs:cur_range (Results 1 – 1 of 1) sorted by relevance
23 static rt_uint32_t cur_range[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()165 cur_range[0] = tablet_config.abs.max - cur_min[0]; in graphic_thread()170 cur_range[1] = tablet_config.abs.max - cur_min[1]; in graphic_thread()
Completed in 5 milliseconds