Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_progress_bar_background_draw.c93 INT cur_value; in _gx_progress_bar_background_draw() local
126 cur_value = progress_bar -> gx_progress_bar_info.gx_progress_bar_info_current_val; in _gx_progress_bar_background_draw()
137 … ((cur_value - min_value) * fill_height / range) + 1); in _gx_progress_bar_background_draw()
142 … ((cur_value - min_value) * fill_width / range) - 1); in _gx_progress_bar_background_draw()
159 segment_number = (cur_value - min_value) * total_segment / range; in _gx_progress_bar_background_draw()
175 segment_number = (cur_value - min_value) * total_segment / range; in _gx_progress_bar_background_draw()
193 … ((cur_value - min_value) * fill_height / range) + 1); in _gx_progress_bar_background_draw()
198 … ((cur_value - min_value) * fill_width / range) - 1); in _gx_progress_bar_background_draw()
Dgx_progress_bar_text_draw.c80 INT cur_value; in _gx_progress_bar_text_draw() local
105 cur_value = progress_bar -> gx_progress_bar_info.gx_progress_bar_info_current_val; in _gx_progress_bar_text_draw()
113 _gx_utility_ltoa(((cur_value - min_value) * 100) / range, pText, sizeof(pText) - 1); in _gx_progress_bar_text_draw()
126 _gx_utility_ltoa(cur_value, pText, sizeof(pText)); in _gx_progress_bar_text_draw()