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

/haiku/headers/os/interface/
H A DWindow.h397 float fMaxZoomWidth; member in class:BWindow
/haiku/src/kits/interface/
H A DWindow.cpp357 if (data->FindFloat("_zoom", 0, &fMaxZoomWidth) == B_OK
359 SetZoomLimits(fMaxZoomWidth, fMaxZoomHeight);
474 if (fMaxZoomWidth != 32768.0 || fMaxZoomHeight != 32768.0) {
476 ret = data->AddFloat("_zoom", fMaxZoomWidth);
766 fMaxZoomWidth = fMaxWidth;
1521 fMaxZoomWidth = maxWidth;
1550 float maxZoomWidth = std::min(fMaxZoomWidth, fMaxWidth);
2805 fMaxZoomWidth = 32768.0;
2877 fMaxZoomWidth = fMaxWidth;

Completed in 52 milliseconds