Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c31 int line_y_coords[3]; variable
71 chart_update_rectangle.gx_rectangle_top + line_y_coords[0], in draw_scrolling_chart_lines()
73 chart_update_rectangle.gx_rectangle_top + line_y_coords[1]); in draw_scrolling_chart_lines()
76 chart_update_rectangle.gx_rectangle_top + line_y_coords[1], in draw_scrolling_chart_lines()
78 chart_update_rectangle.gx_rectangle_top + line_y_coords[2]); in draw_scrolling_chart_lines()
101 line_y_coords[2] = line_y_coords[1]; in update_scrolling_chart()
102 line_y_coords[1] = line_y_coords[0]; in update_scrolling_chart()
112 line_y_coords[0] = CHART_Y_CENTER - ekg_value; in update_scrolling_chart()
240 line_y_coords[1] = line_y_coords[0]; in update_retrace_chart()
241 line_y_coords[0] = CHART_Y_CENTER - ekg_values[ekg_index]; in update_retrace_chart()
[all …]