Home
last modified time | relevance | path

Searched refs:screenBottom (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/
H A DScrollView2D.java817 int screenBottom = getScrollY() + getHeight(); in arrowScroll() local
818 if (daBottom - screenBottom < maxJump) in arrowScroll()
820 scrollDelta = daBottom - screenBottom; in arrowScroll()
854 int screenBottom = getScrollY() + getHeight(); in arrowScroll() local
855 if (daBottom - screenBottom < maxJump) in arrowScroll()
857 scrollDelta = daBottom - screenBottom; in arrowScroll()
1067 int screenBottom = screenTop + height; in computeScrollDeltaToGetChildRectOnScreen() local
1078 screenBottom -= fadingEdge; in computeScrollDeltaToGetChildRectOnScreen()
1094 scrollYDelta += (rect.bottom - screenBottom); in computeScrollDeltaToGetChildRectOnScreen()
1099 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Drenderer.cpp140 …at CRenderer::screenLeft,CRenderer::screenRight,CRenderer::screenTop,CRenderer::screenBottom; member in CRenderer
396 CRenderer::screenBottom = o->screenBottom; in copyOptions()
512 screenBottom = -1.0f; in beginFrame()
517 screenBottom = -1/frameAR; in beginFrame()
552 dydPixel = (screenBottom - screenTop) / (float) (yres); in beginFrame()
627 toNDC[element(1,1)] = imagePlane / (screenBottom - screenTop); in beginFrame()
628 toNDC[element(1,2)] = -screenTop / (screenBottom - screenTop); in beginFrame()
669 toNDC[element(1,1)] = 1 / (screenBottom - screenTop); in beginFrame()
671 toNDC[element(1,3)] = -screenTop / (screenBottom - screenTop); in beginFrame()
712 fromNDC[element(1,1)] = (screenBottom - screenTop); in beginFrame()
H A Doptions.h171 float screenLeft,screenRight,screenTop,screenBottom; // The screen window variable
H A Drenderer.h347 static float screenLeft,screenRight,screenTop,screenBottom; // The screen window variable
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreCamera.cpp681 Real screenTop, Real screenRight, Real screenBottom, bool includeFarPlane) in getCameraToViewportBoxVolume() argument
684 getCameraToViewportBoxVolume(screenLeft, screenTop, screenRight, screenBottom, in getCameraToViewportBoxVolume()
691 Real screenTop, Real screenRight, Real screenBottom, in getCameraToViewportBoxVolume() argument
702 Ray bl = getCameraToViewportRay(screenLeft, screenBottom); in getCameraToViewportBoxVolume()
703 Ray br = getCameraToViewportRay(screenRight, screenBottom); in getCameraToViewportBoxVolume()
737 Ray br = getCameraToViewportRay(screenRight, screenBottom); in getCameraToViewportBoxVolume()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreCamera.cpp690 Real screenTop, Real screenRight, Real screenBottom, bool includeFarPlane) in getCameraToViewportBoxVolume() argument
693 getCameraToViewportBoxVolume(screenLeft, screenTop, screenRight, screenBottom, in getCameraToViewportBoxVolume()
700 Real screenTop, Real screenRight, Real screenBottom, in getCameraToViewportBoxVolume() argument
711 Ray bl = getCameraToViewportRay(screenLeft, screenBottom); in getCameraToViewportBoxVolume()
712 Ray br = getCameraToViewportRay(screenRight, screenBottom); in getCameraToViewportBoxVolume()
746 Ray br = getCameraToViewportRay(screenRight, screenBottom); in getCameraToViewportBoxVolume()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dslice_renderer.cpp179 float screenBottom = 479.0f; in calculateBoundingRect() local
187 } else if (startScreenVector.y > screenBottom) { in calculateBoundingRect()
188 if (endScreenVector.y >= screenBottom) { in calculateBoundingRect()
191 float f = (screenBottom - startScreenVector.y) / delta.y; in calculateBoundingRect()
198 } else if (endScreenVector.y > screenBottom) { in calculateBoundingRect()
199 float f = (screenBottom - endScreenVector.y) / delta.y; in calculateBoundingRect()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dslice_renderer.cpp180 float screenBottom = 479.0f; in calculateBoundingRect() local
188 } else if (startScreenVector.y > screenBottom) { in calculateBoundingRect()
189 if (endScreenVector.y >= screenBottom) { in calculateBoundingRect()
192 float f = (screenBottom - startScreenVector.y) / delta.y; in calculateBoundingRect()
199 } else if (endScreenVector.y > screenBottom) { in calculateBoundingRect()
200 float f = (screenBottom - endScreenVector.y) / delta.y; in calculateBoundingRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwScrollOffsetManager.java337 int screenBottom = scrollY + mContainerViewHeight; in requestChildRectangleOnScreen() local
340 if (rect.bottom > screenBottom) { in requestChildRectangleOnScreen()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreCamera.h509 Real screenTop, Real screenRight, Real screenBottom, bool includeFarPlane = false);
523 Real screenTop, Real screenRight, Real screenBottom,
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreCamera.h510 Real screenTop, Real screenRight, Real screenBottom, bool includeFarPlane = false);
514 Real screenTop, Real screenRight, Real screenBottom,
/dports/deskutils/treeline/TreeLine/source/
H A Ddataeditors.py1315 screenBottom = (QApplication.desktop().screenGeometry(self).
1317 if pos.y() + self.checkBoxDialog.height() > screenBottom:
1429 screenBottom = (QApplication.desktop().screenGeometry(self).
1431 if pos.y() + self.calendar.height() > screenBottom:
1486 if pos.y() + self.dialog.height() > screenBottom:
1983 if pos.y() + self.dialog.height() > screenBottom:
2051 if pos.y() + self.dialog.height() > screenBottom:
2450 screenBottom = (QApplication.desktop().screenGeometry(self).
2452 if pos.y() + self.intLinkDialog.height() > screenBottom:
2694 screenBottom = (QApplication.desktop().screenGeometry(self).
[all …]
/dports/editors/texmaker/texmaker-5.0.3/
H A Dqpdfdocument.cpp758 int screenLeft, screenTop, screenRight, screenBottom; in find() local
760 …, pageSize(index).width(), pageSize(index).height(), 0, right, bottom,&screenRight, &screenBottom); in find()
764 result.rect.setBottom(screenBottom); in find()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/
H A DBindingsExternal.qml139 var screenBottom = latteView.screenGeometry.y + latteView.screenGeometry.height;
140 var isTouchingBottomScreenEdge = (latteBottom === screenBottom);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobilecomponents/src/spark/components/
H A DCallout.as1172 var screenBottom:Number = screen.bottom;
1181 screenBottom -= margin;
1196 screenBottom -= margin;
1203 screenBottom -= margin;
1210 screenBottom -= margin;
1218 screenTop, screenBottom, concatScaleY);
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dgame.cpp758 int16 screenBottom = _vm->_draw->_scrollOffsetY + _vm->_height; in evaluateScroll() local
773 (screenBottom < _vm->_video->_surfHeight)) { in evaluateScroll()
777 (int16) (_vm->_video->_surfHeight - screenBottom)); in evaluateScroll()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dgame.cpp758 int16 screenBottom = _vm->_draw->_scrollOffsetY + _vm->_height; in evaluateScroll() local
773 (screenBottom < _vm->_video->_surfHeight)) { in evaluateScroll()
777 (int16) (_vm->_video->_surfHeight - screenBottom)); in evaluateScroll()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/completion/
H A Dkatecompletionwidget.cpp700 int screenBottom = QApplication::desktop()->screenGeometry(view()).bottom(); in updateHeight() local
705 if (bottomPosition > screenBottom) { in updateHeight()
706 newExpandingAddedHeight -= bottomPosition - (screenBottom); in updateHeight()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/extensions/
H A DExtensionPopups.jsm500 let screenBottom = win.screen.availTop + win.screen.availHeight;
502 bottom: Math.max(0, screenBottom - popupBottom),
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/extensions/
H A DExtensionPopups.jsm600 let screenBottom = win.screen.availTop + win.screen.availHeight;
609 bottom: Math.max(0, screenBottom - popupBottom),
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/extensions/
H A DExtensionPopups.jsm540 let screenBottom = win.screen.availTop + win.screen.availHeight;
549 bottom: Math.max(0, screenBottom - popupBottom),
/dports/lang/spidermonkey60/firefox-60.9.0/xpfe/appshell/
H A DnsXULWindow.cpp1340 screenBottom = 0, // ... underbright compilers from ... in StaggerPosition() local
1356 screenBottom = screenTop + screenHeight; in StaggerPosition()
1429 if (aRequestedY + aSpecHeight > screenBottom) { in StaggerPosition()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/extensions/
H A DExtensionPopups.jsm654 let screenBottom = win.screen.availTop + win.screen.availHeight;
663 bottom: Math.max(0, screenBottom - popupBottom),
/dports/www/firefox/firefox-99.0/browser/components/extensions/
H A DExtensionPopups.jsm655 let screenBottom = win.screen.availTop + win.screen.availHeight;
664 bottom: Math.max(0, screenBottom - popupBottom),
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/extensions/
H A DExtensionPopups.jsm654 let screenBottom = win.screen.availTop + win.screen.availHeight;
663 bottom: Math.max(0, screenBottom - popupBottom),

12