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

12

/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/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/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/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/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/src/apps/cortex/RouteApp/
H A DStatusView.cpp191 float minWidth, maxWidth, minHeight, maxHeight; local
192 Window()->GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
194 Window()->SetSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
/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/workspaces/
H A DWorkspaces.cpp62 float maxHeight);
1107 instantiate_deskbar_item(float maxWidth, float maxHeight) argument
1125 float height = maxHeight;
/haiku/src/kits/interface/
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,
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...]
/haiku/src/libs/print/libprint/
H A DPreview.cpp979 float maxHeight = rect.Height() + 1 - windowBorderHeight - Frame().top; local
986 if (height > maxHeight) height = maxHeight;
/haiku/src/servers/app/
H A DDesktopListener.cpp274 int32 maxWidth, int32 minHeight, int32 maxHeight)
283 maxHeight);
273 NotifySizeLimitsChanged(Window* window, int32 minWidth, int32 maxWidth, int32 minHeight, int32 maxHeight) argument
H A DDesktopListener.h67 int32 minHeight, int32 maxHeight) = 0;
125 int32 minHeight, int32 maxHeight);
/haiku/src/servers/app/stackandtile/
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 DSATWindow.h62 int32 maxHeight);
64 int32* minHeight, int32* maxHeight) const;
66 int32* minHeight, int32* maxHeight);
H A DStackAndTile.cpp458 int32 minHeight, int32 maxHeight)
463 satWindow->SetOriginalSizeLimits(minWidth, maxWidth, minHeight, maxHeight);
457 SizeLimitsChanged(Window* window, int32 minWidth, int32 maxWidth, int32 minHeight, int32 maxHeight) argument
H A DStackAndTile.h83 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/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/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/tests/servers/app/playground/
H A DObjectWindow.cpp345 float maxHeight = minHeight + 100; local
346 SetSizeLimits(minWidth, maxWidth, minHeight, 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/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);

Completed in 130 milliseconds

12