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

/haiku/src/kits/interface/
H A DWindow.cpp1550 float maxZoomWidth = std::min(fMaxZoomWidth, fMaxWidth); local
1555 maxZoomWidth = std::min(maxZoomWidth, screenFrame.Width());
1619 if (zoomArea.Width() > maxZoomWidth)
1620 zoomArea.InsetBy(roundf((zoomArea.Width() - maxZoomWidth) / 2), 0);

Completed in 39 milliseconds