Searched refs:new_pen_index (Results 1 – 2 of 2) sorted by relevance
108 INT new_pen_index; in _gx_horizontal_list_event_process() local201 … new_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()
104 INT new_pen_index; in _gx_vertical_list_event_process() local197 … new_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()