Home
last modified time | relevance | path

Searched refs:year_wheel (Results 1 – 25 of 55) sorted by relevance

123

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_scroll_wheel_32bpp.c127 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in control_thread_entry() local
146 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in control_thread_entry()
252 gx_numeric_scroll_wheel_range_set(year_wheel, 2300, 1900); in control_thread_entry()
257 gx_scroll_wheel_total_rows_set((GX_SCROLL_WHEEL *)year_wheel, 10); in control_thread_entry()
261 gx_widget_style_remove((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry()
262 gx_widget_style_add((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_RIGHT); in control_thread_entry()
266 gx_widget_style_remove((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry()
267 gx_widget_style_add((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_LEFT); in control_thread_entry()
272 gx_widget_style_remove((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_SCROLL_WHEEL_ROUND); in control_thread_entry()
276 gx_widget_style_remove((GX_WIDGET *)year_wheel, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_5_3_4/
Dscroll_wheel_screen.c95 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
99 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
104 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
115 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
119 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
122 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
123 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/
Dscroll_wheel_screen.c88 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
92 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
97 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
108 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
112 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
115 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
116 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_cw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_cw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated_ccw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated_cw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Dscroll_wheel_screen.c86 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
90 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
95 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
106 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
110 gx_widget_find(&scroll_wheel_screen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
113 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
114 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_ccw/
Dscroll_wheel_screen.c89 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in animation_speed_set() local
93 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in animation_speed_set()
98 gx_scroll_wheel_speed_set(year_wheel, GX_FIXED_VAL_MAKE(2), 100, 10, 2); in animation_speed_set()
109 GX_NUMERIC_SCROLL_WHEEL *year_wheel; in day_count_update() local
113 gx_widget_find(pScrollWheelScreen, ID_YEAR_WHEEL, GX_SEARCH_DEPTH_INFINITE, &year_wheel); in day_count_update()
116 year = year_wheel->gx_numeric_scroll_wheel_start_val; in day_count_update()
117 year += year_wheel->gx_scroll_wheel_selected_row; in day_count_update()

123