Searched refs:workspaceWidth (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/workspaces/
H A DWorkspaces.cpp752 float workspaceWidth = screenWidth / 10; local
753 float workspaceHeight = workspaceWidth / aspectRatio;
755 float width = floor(workspaceWidth * columns);
853 float workspaceWidth = Frame().Width() / columns; local
854 float workspaceHeight = workspaceWidth / aspectRatio;
856 width = floor(workspaceWidth * columns);

Completed in 30 milliseconds