Searched refs:modifier (Results 1 – 2 of 2) sorted by relevance
114 …int32_t modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_… in lv_example_chart_8() local118 draw_heights[series_index] = int_sum + modifier; in lv_example_chart_8()
111 … modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_sum115 draw_heights[series_index] = int(int_sum + modifier)