Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_event_process.c103 INT temp_value; in _gx_scrollbar_event_process() local
157 temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_event_process()
161 temp_value = temp_value - scrollbar -> gx_scrollbar_info.gx_scroll_increment; in _gx_scrollbar_event_process()
165temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value + scrollbar -> gx_scrollbar_info.gx_sc… in _gx_scrollbar_event_process()
168 _gx_scrollbar_value_set(scrollbar, temp_value); in _gx_scrollbar_event_process()