Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_event_process.c108 INT new_pen_index; in _gx_horizontal_list_event_process() local
201new_pen_index = list -> gx_horizontal_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_horizontal_list_event_process()
202 if (new_pen_index >= list -> gx_horizontal_list_total_columns) in _gx_horizontal_list_event_process()
204 new_pen_index -= list -> gx_horizontal_list_total_columns; in _gx_horizontal_list_event_process()
206 if (new_pen_index == list -> gx_horizontal_list_pen_index) in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c104 INT new_pen_index; in _gx_vertical_list_event_process() local
197new_pen_index = list -> gx_vertical_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_vertical_list_event_process()
198 if (new_pen_index >= list -> gx_vertical_list_total_rows) in _gx_vertical_list_event_process()
200 new_pen_index -= list -> gx_vertical_list_total_rows; in _gx_vertical_list_event_process()
202 if (new_pen_index == list -> gx_vertical_list_pen_index) in _gx_vertical_list_event_process()