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

/haiku/headers/os/interface/
H A DWindow.h396 float fMaxZoomHeight; member in class:BWindow
/haiku/src/kits/interface/
H A DWindow.cpp358 && data->FindFloat("_zoom", 1, &fMaxZoomHeight) == B_OK)
359 SetZoomLimits(fMaxZoomWidth, fMaxZoomHeight);
474 if (fMaxZoomWidth != 32768.0 || fMaxZoomHeight != 32768.0) {
478 ret = data->AddFloat("_zoom", fMaxZoomHeight);
767 fMaxZoomHeight = fMaxHeight;
1525 fMaxZoomHeight = maxHeight;
1551 float maxZoomHeight = std::min(fMaxZoomHeight, fMaxHeight);
2804 fMaxZoomHeight = 32768.0;
2878 fMaxZoomHeight = fMaxHeight;

Completed in 47 milliseconds