Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp2680 int inner_space = 0; in OnHSpaceEqually() local
2709 inner_space = ((total_space - used_space) + count) / (count - 1); in OnHSpaceEqually()
2722 …t = SelectedWidgets[left_most_index].info->widget->gx_widget_size.gx_rectangle_right + inner_space; in OnHSpaceEqually()
2745 int inner_space = 0; in OnVSpaceEqually() local
2774 inner_space = ((total_space - used_space) + count) / (count - 1); in OnVSpaceEqually()
2787 …p = SelectedWidgets[top_most_index].info->widget->gx_widget_size.gx_rectangle_bottom + inner_space; in OnVSpaceEqually()