Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp2679 int total_space = 0; in OnHSpaceEqually() local
2708 total_space = right - left + 1; in OnHSpaceEqually()
2709 inner_space = ((total_space - used_space) + count) / (count - 1); in OnHSpaceEqually()
2744 int total_space = 0; in OnVSpaceEqually() local
2773 total_space = bottom - top + 1; in OnVSpaceEqually()
2774 inner_space = ((total_space - used_space) + count) / (count - 1); in OnVSpaceEqually()