Home
last modified time | relevance | path

Searched refs:screenArea (Results 26 – 48 of 48) sorted by relevance

12

/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/mac/
H A Dmacwin.c492 Rect screenArea; in SanePositions()
497 screenArea = GetQDGlobalsScreenBits(&qbitmap)->bounds; in SanePositions()
498 OffsetRect (&screenArea, - screenArea.left, - screenArea.top); in SanePositions()
506 left = (screenArea.right - width) / 2; in SanePositions()
518 height = screenArea.bottom - top - (small_screen ? 2-SBARHEIGHT : 2); in SanePositions()
524 left = screenArea.right - width; in SanePositions()
525 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
555 left = screenArea.right - 3 - in SanePositions()
562 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
563 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dworkspace.cpp2134 QRect screenArea = clientArea(ScreenArea, client); in adjustClientArea() local
2139 if (strutLeft.left() < screenArea.left()) { in adjustClientArea()
2142 if (strutRight.right() > screenArea.right()) { in adjustClientArea()
2145 if (strutTop.top() < screenArea.top()) { in adjustClientArea()
2148 if (strutBottom.bottom() < screenArea.bottom()) { in adjustClientArea()
2156 strutLeft.setLeft(qMax(strutLeft.left(), screenArea.left())); in adjustClientArea()
2158 strutTop.setTop(qMax(strutTop.top(), screenArea.top())); in adjustClientArea()
2296 QRect screenArea = m_screenAreas[desktop][effectiveOutput]; in clientArea() local
2298 screenArea = effectiveOutput->geometry(); in clientArea()
2316 return screenArea; in clientArea()
[all …]
H A Dx11client.cpp4358 … const QRect screenArea = workspace()->clientArea(ScreenArea, this, clientArea.center()); in changeMaximize() local
4362 screenArea.top() == clientArea.top()) in changeMaximize()
4367 (overHeight || screenArea.bottom() == clientArea.bottom())) in changeMaximize()
4373 screenArea.right() == clientArea.right()) in changeMaximize()
4377 if (tryLeft && (overWidth || screenArea.left() == clientArea.left())) in changeMaximize()
H A Dabstract_client.h1063 void checkOffscreenPosition(QRect *geom, const QRect &screenArea);
/dports/games/nethack33-nox11/nethack-3.3.1/sys/mac/
H A Dmacwin.c488 Rect screenArea = qd.thePort->portBits.bounds; in SanePositions() local
492 OffsetRect (&screenArea, - screenArea.left, - screenArea.top); in SanePositions()
500 left = (screenArea.right - width) / 2; in SanePositions()
512 height = screenArea.bottom - top - (small_screen ? 2-SBARHEIGHT : 2); in SanePositions()
518 left = screenArea.right - width; in SanePositions()
519 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
549 left = screenArea.right - 3 - in SanePositions()
556 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
557 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/games/nethack33/nethack-3.3.1/sys/mac/
H A Dmacwin.c488 Rect screenArea = qd.thePort->portBits.bounds; in SanePositions() local
492 OffsetRect (&screenArea, - screenArea.left, - screenArea.top); in SanePositions()
500 left = (screenArea.right - width) / 2; in SanePositions()
512 height = screenArea.bottom - top - (small_screen ? 2-SBARHEIGHT : 2); in SanePositions()
518 left = screenArea.right - width; in SanePositions()
519 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
549 left = screenArea.right - 3 - in SanePositions()
556 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
557 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/games/falconseye/falconseye-1.9.3_11/sys/mac/
H A Dmacwin.c488 Rect screenArea = qd.thePort->portBits.bounds; in SanePositions() local
492 OffsetRect (&screenArea, - screenArea.left, - screenArea.top); in SanePositions()
500 left = (screenArea.right - width) / 2; in SanePositions()
512 height = screenArea.bottom - top - (small_screen ? 2-SBARHEIGHT : 2); in SanePositions()
518 left = screenArea.right - width; in SanePositions()
519 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
549 left = screenArea.right - 3 - in SanePositions()
556 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
557 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/mac/
H A Dmacwin.c508 Rect screenArea = qd.screenBits.bounds; in SanePositions()
512 OffsetRect (&screenArea, - screenArea.left, - screenArea.top); in SanePositions()
520 left = (screenArea.right - width) / 2; in SanePositions()
532 height = screenArea.bottom - top - (small_screen ? 2-SBARHEIGHT : 2); in SanePositions()
538 left = screenArea.right - width; in SanePositions()
539 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
569 left = screenArea.right - 3 - in SanePositions()
576 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
577 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/kis_tablet/
H A Dqxcbconnection_xi2.cpp904 QRect screenArea = qApp->desktop()->rect(); in xi2ReportTabletEvent() local
914 … const qreal value = scaleOneValuator(normalizedValue, screenArea.x(), screenArea.width()); in xi2ReportTabletEvent()
921 qreal value = scaleOneValuator(normalizedValue, screenArea.y(), screenArea.height()); in xi2ReportTabletEvent()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/mac/
H A Dmacwin.c610 Rect screenArea; in SanePositions()
614 screenArea = GetQDGlobalsScreenBits(&qbitmap)->bounds; in SanePositions()
615 OffsetRect(&screenArea, -screenArea.left, -screenArea.top); in SanePositions()
623 left = (screenArea.right - width) / 2; in SanePositions()
636 screenArea.bottom - top - (small_screen ? 2 - SBARHEIGHT : 2); in SanePositions()
642 left = screenArea.right - width; in SanePositions()
643 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
675 left = screenArea.right - 3 in SanePositions()
683 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
684 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacwin.c610 Rect screenArea; in SanePositions()
614 screenArea = GetQDGlobalsScreenBits(&qbitmap)->bounds; in SanePositions()
615 OffsetRect(&screenArea, -screenArea.left, -screenArea.top); in SanePositions()
623 left = (screenArea.right - width) / 2; in SanePositions()
636 screenArea.bottom - top - (small_screen ? 2 - SBARHEIGHT : 2); in SanePositions()
642 left = screenArea.right - width; in SanePositions()
643 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
675 left = screenArea.right - 3 in SanePositions()
683 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
684 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacwin.c610 Rect screenArea; in SanePositions()
614 screenArea = GetQDGlobalsScreenBits(&qbitmap)->bounds; in SanePositions()
615 OffsetRect(&screenArea, -screenArea.left, -screenArea.top); in SanePositions()
623 left = (screenArea.right - width) / 2; in SanePositions()
636 screenArea.bottom - top - (small_screen ? 2 - SBARHEIGHT : 2); in SanePositions()
642 left = screenArea.right - width; in SanePositions()
643 top = screenArea.bottom - MIN_HEIGHT; in SanePositions()
675 left = screenArea.right - 3 in SanePositions()
683 while (top > screenArea.bottom - MIN_HEIGHT) { in SanePositions()
684 top -= screenArea.bottom - mbar_height * 2; in SanePositions()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxdvi.cpp1103 wxRect screenArea(d0.GetClientArea()); // omitting task bar
1104 screenWidth = screenArea.GetWidth();
1105 screenHeight = screenArea.GetHeight();
H A Dwxshowmath.cpp418 wxRect screenArea(d0.GetClientArea()); // omitting task bar in showmathFrame() local
419 screenWidth = screenArea.GetWidth(); in showmathFrame()
420 screenHeight = screenArea.GetHeight(); in showmathFrame()
H A Dwxterminal.cpp1523 wxRect screenArea(d0.GetClientArea()); // omitting task bar in fwinFrame() local
1524 screenWidth = screenArea.GetWidth(); in fwinFrame()
1525 screenHeight = screenArea.GetHeight(); in fwinFrame()
/dports/cad/magic/magic-8.3.245/plow/
H A DPlowMain.c272 Rect worldArea, screenArea; local
296 WindSurfaceToScreen(window, &pb->pb_rootArea, &screenArea);
297 GeoClip(&screenArea, &worldArea);
298 GrFastBox(&screenArea);
/dports/graphics/lximage-qt/lximage-qt-1.0.0/src/
H A Dscreenshotdialog.cpp205 if(ui.screenArea->isChecked() && !image.isNull()) { in doScreenshot()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_x11.cpp4774 QRect screenArea = qApp->desktop()->screenGeometry(this); in translateXinputEvent() local
4839 screenArea.x(), screenArea.width(), in translateXinputEvent()
4840 screenArea.y(), screenArea.height()); in translateXinputEvent()
4871 QRect screenArea = qApp->desktop()->rect(); in translateXinputEvent() local
4879 screenArea.x(), screenArea.width(), in translateXinputEvent()
4880 screenArea.y(), screenArea.height()); in translateXinputEvent()
4888 screenArea.x(), screenArea.width(), in translateXinputEvent()
4889 screenArea.y(), screenArea.height()); in translateXinputEvent()
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DMiniMap.cpp889 …const float screenArea = (width * height) / (globalRendering->viewSizeX * globalRendering->viewSiz… in Update() local
890 refreshRate = (screenArea >= 0.45f) ? 60 : (screenArea > 0.15f) ? 25 : 15; in Update()
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoToVRML2Action.cpp1161 newlod->range.setNum(oldlod->screenArea.getNum()); in push_levelofdetail_cb()
1164 for (i = 0; i < oldlod->screenArea.getNum(); i++) { in push_levelofdetail_cb()
1165 rangeptr[i] = thisp->getBBoxDistance(vv, oldlod->screenArea[i], h); in push_levelofdetail_cb()
/dports/graphics/pixie/Pixie/src/ri/
H A DrendererContext.cpp331 static float screenArea(CXform *x,const float *bmin,const float *bmax) { in screenArea() function
397 subdivisionFunction(data,screenArea(cDelayed->xform,bmin,bmax)); in processDelayedObject()
1720 attributes->lodSize = screenArea(xform,bmin,bmax);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/
H A DConvertToInventor.cpp2027 lod->screenArea.set1Value(i, node.getMaxRange(i)); in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/Inventor/
H A DConvertToInventor.cpp2031 lod->screenArea.set1Value(i, node.getMaxRange(i)); in apply()

12