Searched refs:new_pen_index (Results 1 – 2 of 2) sorted by relevance
109 INT new_pen_index; in _gx_horizontal_list_event_process() local202 … new_pen_index = list -> gx_horizontal_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_horizontal_list_event_process()203 if (new_pen_index >= list -> gx_horizontal_list_total_columns) in _gx_horizontal_list_event_process()205 new_pen_index -= list -> gx_horizontal_list_total_columns; in _gx_horizontal_list_event_process()207 if (new_pen_index == list -> gx_horizontal_list_pen_index) in _gx_horizontal_list_event_process()
105 INT new_pen_index; in _gx_vertical_list_event_process() local198 … new_pen_index = list -> gx_vertical_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_vertical_list_event_process()199 if (new_pen_index >= list -> gx_vertical_list_total_rows) in _gx_vertical_list_event_process()201 new_pen_index -= list -> gx_vertical_list_total_rows; in _gx_vertical_list_event_process()203 if (new_pen_index == list -> gx_vertical_list_pen_index) in _gx_vertical_list_event_process()