Searched refs:inner_space (Results 1 – 1 of 1) sorted by relevance
2680 int inner_space = 0; in OnHSpaceEqually() local2709 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() local2774 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()