Searched refs:last_y_pos (Results 1 – 1 of 1) sorted by relevance
83 INT last_y_pos; in _gx_line_chart_data_draw() local112 last_y_pos = chart_info -> gx_line_chart_data[0] - chart_info -> gx_line_chart_min_val; in _gx_line_chart_data_draw()113 last_y_pos *= y_scale; in _gx_line_chart_data_draw()114 last_y_pos = (INT)(chart_bound.gx_rectangle_bottom) - GX_FIXED_VAL_TO_INT(last_y_pos); in _gx_line_chart_data_draw()126 _gx_canvas_line_draw((GX_VALUE)(GX_FIXED_VAL_TO_INT(last_x_pos)), (GX_VALUE)last_y_pos, in _gx_line_chart_data_draw()129 last_y_pos = y_pos; in _gx_line_chart_data_draw()