Searched refs:p_point_params (Results 1 – 1 of 1) sorted by relevance
81 struct touch_point_params *p_point_params; in update_touch_point() local89 wl_list_for_each(p_point_params, &p_params->touch_point_list, link) in update_touch_point()91 if (p_point_params->id != id) in update_touch_point()97 p_point_params->display = 1; in update_touch_point()98 p_point_params->x = x; in update_touch_point()99 p_point_params->y = y; in update_touch_point()102 p_point_params->display = 0; in update_touch_point()348 struct touch_point_params *p_point_params; in redraw_handler() local371 wl_list_for_each(p_point_params, &p_params->touch_point_list, link) in redraw_handler()373 if (0 == p_point_params->display) in redraw_handler()[all …]