Searched refs:test_index (Results 1 – 1 of 1) sorted by relevance
2975 int test_index; in FindNearestSelected() local2992 for (test_index = 0; test_index < count; test_index++) in FindNearestSelected()2994 if (test_index != start_index) in FindNearestSelected()2998 … test_dist = SelectedWidgets[test_index].info->size.gx_rectangle_top - start_edge; in FindNearestSelected()3002 … test_dist = SelectedWidgets[test_index].info->size.gx_rectangle_left - start_edge; in FindNearestSelected()3008 least_index = test_index; in FindNearestSelected()