Searched refs:chart_bound (Results 1 – 2 of 2) sorted by relevance
107 GX_RECTANGLE chart_bound; in test_line_chart_scale_draw() local112 chart_bound = chart->gx_widget_size; in test_line_chart_scale_draw()113 chart_bound.gx_rectangle_right -= gx_info->gx_line_chart_right_margin; in test_line_chart_scale_draw()114 chart_bound.gx_rectangle_bottom -= gx_info->gx_line_chart_bottom_margin; in test_line_chart_scale_draw()117 step = chart_bound.gx_rectangle_right - chart_bound.gx_rectangle_left + 1; in test_line_chart_scale_draw()122 offset = GX_FIXED_VAL_MAKE(chart_bound.gx_rectangle_left); in test_line_chart_scale_draw()127 line_start = chart_bound.gx_rectangle_bottom + 1; in test_line_chart_scale_draw()152 } while (pos < chart_bound.gx_rectangle_right); in test_line_chart_scale_draw()166 GX_RECTANGLE chart_bound; in test_line_chart_grid_draw() local171 chart_bound = chart->gx_widget_size; in test_line_chart_grid_draw()[all …]
84 GX_RECTANGLE chart_bound; in _gx_line_chart_data_draw() local95 chart_bound = chart -> gx_widget_size; in _gx_line_chart_data_draw()96 …chart_bound.gx_rectangle_left = (GX_VALUE)(chart_bound.gx_rectangle_left + chart_info -> gx_line_c… in _gx_line_chart_data_draw()97 …chart_bound.gx_rectangle_top = (GX_VALUE)(chart_bound.gx_rectangle_top + chart_info -> gx_line_cha… in _gx_line_chart_data_draw()98 …chart_bound.gx_rectangle_right = (GX_VALUE)(chart_bound.gx_rectangle_right - chart_info -> gx_line… in _gx_line_chart_data_draw()99 …chart_bound.gx_rectangle_bottom = (GX_VALUE)(chart_bound.gx_rectangle_bottom - chart_info -> gx_li… in _gx_line_chart_data_draw()101 …x_step = chart_bound.gx_rectangle_right - chart_bound.gx_rectangle_left - chart_info -> gx_line_ch… in _gx_line_chart_data_draw()108 …last_x_pos = GX_FIXED_VAL_MAKE(chart_bound.gx_rectangle_left + chart_info -> gx_line_chart_axis_li… 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()123 y_pos = chart_bound.gx_rectangle_bottom - GX_FIXED_VAL_TO_INT(y_pos); in _gx_line_chart_data_draw()