Home
last modified time | relevance | path

Searched refs:max_value (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_radial_slider_anchor_angle_calculate.c75 GX_VALUE max_value; in _gx_radial_slider_anchor_angle_calculate() local
112 max_value = info -> gx_radial_slider_info_angle_list[index]; in _gx_radial_slider_anchor_angle_calculate()
116max_value = (GX_VALUE)((info -> gx_radial_slider_info_angle_list[index] + info -> gx_radial_slider… in _gx_radial_slider_anchor_angle_calculate()
119 if (min_value > max_value) in _gx_radial_slider_anchor_angle_calculate()
121 GX_SWAP_VALS(min_value, max_value); in _gx_radial_slider_anchor_angle_calculate()
124 if ((neareast_anchor_value >= min_value) && (neareast_anchor_value <= max_value)) in _gx_radial_slider_anchor_angle_calculate()
Dgx_progress_bar_text_draw.c83 INT max_value; in _gx_progress_bar_text_draw() local
109 max_value = progress_bar -> gx_progress_bar_info.gx_progress_bar_info_max_val; in _gx_progress_bar_text_draw()
110 range = max_value - min_value; in _gx_progress_bar_text_draw()
Dgxe_progress_bar_range_set.c73 UINT _gxe_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value) in _gxe_progress_bar_range_set() argument
87 status = _gx_progress_bar_range_set(progress_bar, min_value, max_value); in _gxe_progress_bar_range_set()
Dgx_progress_bar_range_set.c71 UINT _gx_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value) in _gx_progress_bar_range_set() argument
77 progress_bar -> gx_progress_bar_info.gx_progress_bar_info_max_val = max_value; in _gx_progress_bar_range_set()
Dgx_progress_bar_background_draw.c92 INT max_value; in _gx_progress_bar_background_draw() local
114 max_value = progress_bar -> gx_progress_bar_info.gx_progress_bar_info_max_val; in _gx_progress_bar_background_draw()
115 range = max_value - min_value; in _gx_progress_bar_background_draw()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_progress_bar_32bpp.c64 UINT max_value; member
98 …ar_range_set(progress_bar, property[property_index].min_value, property[property_index].max_value); in control_thread_entry()
110 … for(val = property[property_index].min_value; val < property[property_index].max_value; val += 10) in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_progress_bar.h67 UINT _gx_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value);
85 UINT _gxe_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value);
Dgx_api.h4059 UINT _gx_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value);
5536 UINT _gxe_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value);