Home
last modified time | relevance | path

Searched refs:p_point_params (Results 1 – 1 of 1) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c81 struct touch_point_params *p_point_params; in update_touch_point() local
89 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() local
371 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 …]