Searched refs:maxHeight (Results 1 - 25 of 48) sorted by relevance

12

/haiku/src/apps/diskusage/
H A DMainWindow.cpp40 float maxHeight = BScreen(this).Frame().Height() - 12; local
41 fControlsView->SetExplicitMaxSize(BSize(maxHeight, maxHeight));
/haiku/src/apps/bootmanager/
H A DBootManagerWindow.cpp35 float minWidth, maxWidth, minHeight, maxHeight; local
36 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
40 SetSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
/haiku/src/servers/app/stackandtile/
H A DSATWindow.h62 int32 maxHeight);
64 int32* minHeight, int32* maxHeight) const;
66 int32* minHeight, int32* maxHeight);
H A DSATWindow.cpp255 int32 minHeight, maxHeight; local
256 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
260 if (maxHeight < targetFrame.Height())
261 maxHeight = targetFrame.IntegerHeight();
263 fWindow->SetSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
269 int32* maxHeight) const
274 *maxHeight = fOriginalMaxHeight;
294 if (*minHeight > *maxHeight)
295 *maxHeight = *minHeight;
301 int32* maxHeight)
300 AddDecorator(int32* minWidth, int32* maxWidth, int32* minHeight, int32* maxHeight) argument
330 SetOriginalSizeLimits(int32 minWidth, int32 maxWidth, int32 minHeight, int32 maxHeight) argument
[all...]
H A DStackAndTile.h83 int32 minHeight, int32 maxHeight);
/haiku/src/preferences/screen/
H A DMonitorView.cpp193 float maxHeight = Bounds().Height(); local
194 if (maxWidth / maxHeight > (float)fMaxWidth / fMaxHeight)
195 maxWidth = maxHeight / fMaxHeight * fMaxWidth;
197 maxHeight = maxWidth / fMaxWidth * fMaxHeight;
211 float height = maxHeight * factorY;
/haiku/src/kits/interface/
H A DCardLayout.cpp150 float maxHeight = fMax.height; local
164 maxHeight = min_c(maxHeight, itemMaxHeight);
170 maxHeight = max_c(maxHeight, minHeight);
172 preferredHeight = min_c(preferredHeight, maxHeight);
177 *max = maxHeight;
H A DTwoDimensionalLayout.cpp119 float* maxHeight, float* preferredHeight);
164 float* minHeight, float* maxHeight,
521 //float minHeight, maxHeight, preferredHeight;
522 //item->GetHeightForWidth(frame.Width(), &minHeight, &maxHeight,
524 //printf(" hfw: min: %.1f, max: %.1f, pref: %.1f\n", minHeight, maxHeight,
549 BTwoDimensionalLayout::AddInsets(float* minHeight, float* maxHeight, argument
555 if (maxHeight)
556 *maxHeight = BLayoutUtils::AddDistances(*maxHeight, insets);
898 float* minHeight, float* maxHeight, floa
896 InternalGetHeightForWidth( LocalLayouter* localLayouter, BLayoutContext* context, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument
957 float minHeight, maxHeight, preferredHeight; local
1139 InternalGetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
1332 float minHeight, maxHeight, preferredHeight; local
[all...]
H A DSplitLayout.cpp596 float minHeight, maxHeight, preferredHeight; local
597 _InternalGetHeightForWidth(size.width, true, &minHeight, &maxHeight,
951 float minHeight, maxHeight; local
952 item->GetHeightForWidth(size.width, &minHeight, &maxHeight, NULL);
954 info->max.height = min_c(info->max.height, maxHeight);
1320 float* minHeight, float* maxHeight, float* preferredHeight)
1380 if (maxHeight)
1381 *maxHeight = fCachedMaxHeightForWidth;
1420 BSplitLayout::_AddInsets(float* minHeight, float* maxHeight, argument
1428 if (maxHeight)
1319 _InternalGetHeightForWidth(float width, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument
[all...]
H A DSplitLayout.h140 float* maxHeight, float* preferredHeight);
145 void _AddInsets(float* minHeight, float* maxHeight,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp28 extern "C" _EXPORT BView *instantiate_deskbar_item(float maxWidth, float maxHeight);
232 instantiate_deskbar_item(float maxWidth, float maxHeight) argument
234 return new DeskbarReplicant(BRect(0, 0, maxHeight - 1, maxHeight - 1),
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp80 float maxHeight = 0.0f; local
82 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
83 SetSizeLimits(50.0f, maxWidth, 50.0f, maxHeight);
/haiku/src/add-ons/accelerants/3dfx/
H A Dmode.cpp27 uint32 maxHeight = mode->virtual_height; local
28 if (mode->timing.v_display > maxHeight)
29 maxHeight = mode->timing.v_display;
33 return (maxWidth * maxHeight * bytesPerPixel
/haiku/src/add-ons/accelerants/intel_810/
H A Dmode.cpp27 uint32 maxHeight = mode->virtual_height; local
28 if (mode->timing.v_display > maxHeight)
29 maxHeight = mode->timing.v_display;
33 return (maxWidth * maxHeight * bytesPerPixel
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp210 float maxWidth = 0.0f, maxHeight = 0.0f; local
223 if (curHeight > maxHeight) {
224 maxHeight = curHeight;
238 ? maxHeight : frame.Height();
/haiku/src/servers/app/
H A DDesktopListener.h67 int32 minHeight, int32 maxHeight) = 0;
125 int32 minHeight, int32 maxHeight);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp148 void GetHeightForWidth(float width, float* minHeight, float* maxHeight, argument
153 maxHeight ? maxHeight : &dummy,
168 float* maxHeight, float* preferredHeight) = 0;
197 float* maxHeight, float* preferredHeight)
201 *maxHeight = height;
235 float* maxHeight, float* preferredHeight)
239 *maxHeight = height;
273 float* maxHeight, float* preferredHeight)
277 *maxHeight
196 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
234 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
272 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp65 uint32 maxHeight = mode->virtual_height; local
66 if (mode->timing.v_display > maxHeight)
67 maxHeight = mode->timing.v_display;
71 return (maxWidth * maxHeight * bytesPerPixel < gInfo.sharedInfo->maxFrameBufferSize);
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp159 uint32 maxHeight = mode->virtual_height; local
160 if (mode->timing.v_display > maxHeight)
161 maxHeight = mode->timing.v_display;
165 return (maxWidth * maxHeight * bytesPerPixel < gInfo.sharedInfo->maxFrameBufferSize);
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h71 void AddInsets(float* minHeight, float* maxHeight,
H A DWindow.h130 void SetZoomLimits(float maxWidth, float maxHeight);
215 float minHeight, float maxHeight);
217 float* minHeight, float* maxHeight);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp729 float minWidth, maxWidth, minHeight, maxHeight; local
730 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
737 maxHeight));
743 maxHeight));
751 float minWidth, maxWidth, minHeight, maxHeight; local
752 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
767 maxHeight = 32767.0;
772 maxHeight = fSizeLimit;
776 SetSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
/haiku/src/apps/deskbar/
H A DBarWindow.cpp692 float maxHeight; local
698 maxHeight = B_SIZE_UNLIMITED;
708 maxHeight = std::max(fBarView->TabHeight(), kGutter
721 maxHeight = max + iconPadding / 2;
725 BWindow::SetSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp221 float minWidth, maxWidth, minHeight, maxHeight; local
222 Window()->GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
224 titleHeight + B_H_SCROLL_BAR_HEIGHT, maxHeight);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp658 instantiate_deskbar_item(float maxWidth, float maxHeight)
660 return new MediaReplicant(BRect(0, 0, maxHeight - 1, maxHeight - 1),

Completed in 153 milliseconds

12