Lines Matching refs:offset
104 INT offset; in test_line_chart_scale_draw() local
122 offset = GX_FIXED_VAL_MAKE(chart_bound.gx_rectangle_left); in test_line_chart_scale_draw()
125 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_scale_draw()
149 offset += step; in test_line_chart_scale_draw()
150 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_scale_draw()
163 INT offset; in test_line_chart_grid_draw() local
183 offset = GX_FIXED_VAL_MAKE(chart_bound.gx_rectangle_left) + step; in test_line_chart_grid_draw()
185 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_grid_draw()
193 offset += step; in test_line_chart_grid_draw()
194 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_grid_draw()
203 offset = GX_FIXED_VAL_MAKE(chart_bound.gx_rectangle_bottom) - step; in test_line_chart_grid_draw()
204 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_grid_draw()
211 offset -= step; in test_line_chart_grid_draw()
212 pos = GX_FIXED_VAL_TO_INT(offset); in test_line_chart_grid_draw()