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

/haiku/src/kits/interface/
H A DWindow.cpp1551 float maxZoomHeight = std::min(fMaxZoomHeight, fMaxHeight); local
1556 maxZoomHeight = std::min(maxZoomHeight, screenFrame.Height());
1607 if (zoomArea.Height() > maxZoomHeight)
1608 zoomArea.InsetBy(0, roundf((zoomArea.Height() - maxZoomHeight) / 2));

Completed in 86 milliseconds