Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp2975 int test_index; in FindNearestSelected() local
2992 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()