Home
last modified time | relevance | path

Searched refs:newMaxHeight (Results 1 – 15 of 15) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/
H A Dhudwidget.cpp105 void HudWidget::setMaximumHeight(int newMaxHeight) in setMaximumHeight() argument
107 if(d->maxSize.height == newMaxHeight) return; in setMaximumHeight()
108 d->maxSize.height = newMaxHeight; in setMaximumHeight()
112 group->forAllChildren([&newMaxHeight] (HudWidget &child) in setMaximumHeight()
114 child.setMaximumHeight(newMaxHeight); in setMaximumHeight()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/hud/
H A Dhudwidget.h63 void setMaximumHeight(de::dint newMaxHeight);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/
H A Djuce_FlexItem.h165 FlexItem withMaxHeight (float newMaxHeight) const noexcept;
H A Djuce_FlexBox.cpp852 …lexItem FlexItem::withMaxHeight (float newMaxHeight) const noexcept { auto fi = *this; fi.maxHeigh… in withMaxHeight()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/
H A Djuce_FlexItem.h165 FlexItem withMaxHeight (float newMaxHeight) const noexcept;
H A Djuce_FlexBox.cpp852 …lexItem FlexItem::withMaxHeight (float newMaxHeight) const noexcept { auto fi = *this; fi.maxHeigh… in withMaxHeight()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinner_dropdown.h41 void setMaxHeight(int newMaxHeight);
H A Dinner_dropdown.cpp66 void InnerDropdown::setMaxHeight(int newMaxHeight) { in setMaxHeight() argument
67 _maxHeight = newMaxHeight; in setMaxHeight()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/utils/
H A DMatrixUtil.as597 const newMaxHeight:Number = maxHeight + MIN_MAX_TOLERANCE; constant in MatrixUtil.fitBounds
605 newMaxWidth, newMaxHeight);
616 newMaxWidth, newMaxHeight);
631 newMaxWidth, newMaxHeight);
663 newMaxWidth, newMaxHeight);
671 newMaxWidth, newMaxHeight);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airspark/src/spark/components/
H A DWindow.as1829 var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : maxSize.y;
1838 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
1848 if (newMaxWidth != maxSize.x || newMaxHeight != maxSize.y)
1849 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
H A DWindowedApplication.as1661 var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : maxSize.y;
1670 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
1680 if (newMaxWidth != maxSize.x || newMaxHeight != maxSize.y)
1681 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airframework/src/mx/core/
H A DWindow.as2326 var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : maxSize.y;
2335 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
2345 if (newMaxWidth != maxSize.x || newMaxHeight != maxSize.y)
2346 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
H A DWindowedApplication.as2231 var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : maxSize.y;
2240 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
2250 if (newMaxWidth != maxSize.x || newMaxHeight != maxSize.y)
2251 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/core/
H A DWindow.as2013 … var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : nativeWindow.maxSize.y;
2015 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);
H A DWindowedApplication.as1858 … var newMaxHeight:Number = maxHeightChanged ? _maxHeight + chromeHeight() : nativeWindow.maxSize.y;
1860 nativeWindow.maxSize = new Point(newMaxWidth, newMaxHeight);