Home
last modified time | relevance | path

Searched refs:requestedWidth (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/backends/graphics/openglsdl/
H A Dopenglsdl-graphics.cpp344 _lastRequestedWidth = requestedWidth; in loadVideoMode()
367 requestedWidth = MAX<uint>(desktopRes.width() / 2, 640); in loadVideoMode()
368 requestedHeight = requestedWidth * 3 / 4; in loadVideoMode()
380 requestedWidth = MAX<uint>(desktopRes.width() / 2, 640); in loadVideoMode()
381 requestedHeight = requestedWidth * 3 / 4; in loadVideoMode()
389 requestedWidth = _lastRequestedWidth * _graphicsScale; in loadVideoMode()
401 if (requestedWidth > maxAllowedWidth) { in loadVideoMode()
402 requestedWidth = maxAllowedWidth; in loadVideoMode()
403 requestedHeight = requestedWidth / ratio; in loadVideoMode()
408 requestedWidth = requestedHeight * ratio; in loadVideoMode()
[all …]
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dswallow.c103 cp->requestedWidth = width; in CreateSwallow()
106 cp->requestedWidth = 1; in CreateSwallow()
133 np->cp->requestedWidth = 1; in ProcessSwallowEvent()
138 np->cp->requestedWidth in ProcessSwallowEvent()
149 if( width != np->cp->requestedWidth in ProcessSwallowEvent()
151 np->cp->requestedWidth = width; in ProcessSwallowEvent()
255 np->cp->requestedWidth = attr.width + 2 * np->border; in CheckSwallowMap()
H A Dclock.c78 if(clk->cp->requestedWidth == 0) { in StartupClock()
79 clk->cp->requestedWidth = 1; in StartupClock()
137 cp->requestedWidth = width; in CreateClock()
140 cp->requestedWidth = 0; in CreateClock()
281 if(rwidth == clk->cp->requestedWidth || clk->userWidth) { in DrawClock()
294 clk->cp->requestedWidth = rwidth; in DrawClock()
H A Dtraybutton.c72 bp->cp->requestedWidth in StartupTrayButtons()
76 bp->cp->requestedWidth = 0; in StartupTrayButtons()
82 bp->cp->requestedWidth += bp->icon->width + 4; in StartupTrayButtons()
84 bp->cp->requestedWidth -= 2; in StartupTrayButtons()
147 cp->requestedWidth = width; in CreateTrayButton()
H A Dspacer.c34 cp->requestedWidth = width; in CreateSpacer()
50 cp->width = cp->requestedWidth; in SetSize()
H A Ddock.c161 cp->requestedWidth = 1; in CreateDock()
193 cp->requestedWidth = cp->width; in SetSize()
196 cp->requestedWidth = 0; in SetSize()
403 GetDockSize(&dock->cp->requestedWidth, &dock->cp->requestedHeight); in DockWindow()
436 GetDockSize(&dock->cp->requestedWidth, &dock->cp->requestedHeight); in HandleDockDestroy()
H A Dtray.c224 tp->requestedWidth = 0; in CreateTray()
261 cp->requestedWidth = 0; in CreateTrayComponent()
833 if(tp->requestedWidth >= 0) { in LayoutTray()
834 tp->width = tp->requestedWidth; in LayoutTray()
836 tp->width = rootWidth + tp->requestedWidth - tp->x; in LayoutTray()
845 if(cp->requestedWidth != 0) { in LayoutTray()
846 cp->width = cp->requestedWidth; in LayoutTray()
1036 tp->requestedWidth = atoi(str); in SetTrayWidth()
1070 if(tp->requestedWidth > 0 in SetTrayLayout()
1072 || tp->requestedHeight > tp->requestedWidth)) { in SetTrayLayout()
H A Dtray.h73 int requestedWidth; /**< Requested width. */ member
131 int requestedWidth; /**< Total requested width of the tray. */ member
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/cmd/gitlab-resize-image/
H A Dmain.go23 requestedWidth, err := strconv.Atoi(widthParam)
42 image := imaging.Resize(src, requestedWidth, 0, imaging.Lanczos)
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvasgesture_columnresize.cpp84 double requestedWidth = gridPoint.x() - m_columnPositions[m_column]; in mouseMoveEvent() local
88 actualWidth = resizeColumnMoveFollowing(requestedWidth); in mouseMoveEvent()
90 actualWidth = resizeColumnResizeFollowing(requestedWidth); in mouseMoveEvent()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/core/
H A DMovieClipLoaderAsset.as94 private var requestedWidth:Number;
192 requestedWidth = value;
233 if (!isNaN(requestedWidth))
234 loader.width = requestedWidth;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DMovieClipLoaderAsset.as109 private var requestedWidth:Number;
217 requestedWidth = value;
263 if (!isNaN(requestedWidth))
264 loader.width = requestedWidth;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/
H A Dgraphics.cpp106 bool AndroidGraphicsManager::loadVideoMode(uint requestedWidth, uint requestedHeight, const Graphic… in loadVideoMode() argument
107 ENTER("%d, %d, %s", requestedWidth, requestedHeight, format.toString().c_str()); in loadVideoMode()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Dgraphics.cpp115 bool AndroidGraphicsManager::loadVideoMode(uint requestedWidth, uint requestedHeight, const Graphic… in loadVideoMode() argument
116 ENTER("%d, %d, %s", requestedWidth, requestedHeight, format.toString().c_str()); in loadVideoMode()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.cxx633 unsigned requestedWidth = width; in SetFrameSize() local
636 if (!VerifyHardwareFrameSize(requestedWidth, requestedHeight)) { in SetFrameSize()
642 if ((requestedWidth != width) || (requestedHeight != height)){ in SetFrameSize()
644 << requestedWidth << "x" << requestedHeight << " returned"); in SetFrameSize()
651 if(!PVideoDevice::SetFrameSize(requestedWidth, requestedHeight)){ in SetFrameSize()
674 unsigned requestedWidth = width; in SetNearestFrameSize() local
677 if (!VerifyHardwareFrameSize(requestedWidth, requestedHeight)) { in SetNearestFrameSize()
683 if ((requestedWidth != width) || (requestedHeight != height)){ in SetNearestFrameSize()
685 << requestedWidth << "x" << requestedHeight << " returned"); in SetNearestFrameSize()
688 if(!PVideoDevice::SetFrameSize(requestedWidth, requestedHeight)){ in SetNearestFrameSize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/
H A DCoolBar.java361 left.requestedWidth = newWidth; in insertItemIntoRow()
381 item.requestedWidth = bounds.width; in insertItemIntoRow()
419 lastItem.requestedWidth = lastItem.preferredWidth; in createItem()
433 item.requestedWidth = CoolItem.MINIMUM_WIDTH; in createItem()
502 left.requestedWidth = leftWidth; in moveLeft()
505 item.requestedWidth = width; in moveLeft()
538 item.requestedWidth = width; in moveRight()
543 left.requestedWidth = leftWidth; in moveRight()
688 target.requestedWidth = maxSize; in onMouseDoubleClick()
807 first.requestedWidth = width; in removeItemFromRow()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DCoolBar.java361 left.requestedWidth = newWidth; in insertItemIntoRow()
381 item.requestedWidth = bounds.width; in insertItemIntoRow()
419 lastItem.requestedWidth = lastItem.preferredWidth; in createItem()
433 item.requestedWidth = CoolItem.MINIMUM_WIDTH; in createItem()
502 left.requestedWidth = leftWidth; in moveLeft()
505 item.requestedWidth = width; in moveLeft()
538 item.requestedWidth = width; in moveRight()
543 left.requestedWidth = leftWidth; in moveRight()
688 target.requestedWidth = maxSize; in onMouseDoubleClick()
807 first.requestedWidth = width; in removeItemFromRow()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java190 List<Size> supportedSizes, final int requestedWidth, final int requestedHeight) { in getClosestSupportedSize() argument
194 return abs(requestedWidth - size.width) + abs(requestedHeight - size.height); in getClosestSupportedSize()

123