Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.h100 int FindNearestSelected(int start_index, BOOL vertical);
Dtarget_screen.cpp2715 right_neighbor_index = FindNearestSelected(left_most_index, FALSE); in OnHSpaceEqually()
2730 right_neighbor_index = FindNearestSelected(left_most_index, FALSE); in OnHSpaceEqually()
2780 below_neighbor_index = FindNearestSelected(top_most_index, TRUE); in OnVSpaceEqually()
2795 below_neighbor_index = FindNearestSelected(top_most_index, TRUE); in OnVSpaceEqually()
2972 int target_screen::FindNearestSelected(int start_index, BOOL vertical) in FindNearestSelected() function in target_screen