Home
last modified time | relevance | path

Searched refs:posGlobal (Results 1 – 7 of 7) sorted by relevance

/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/python/test/
H A Dpoisson.py52 posGlobal = element.geometry.toGlobal(pos)
59 localB[i] += pt.weight * integrationElement * phi[i] * f(posGlobal)
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditBase/
H A DPlatQt.cpp646 QRect ScreenRectangleForPoint(QPoint posGlobal) in ScreenRectangleForPoint() argument
649 const QScreen *screen = QGuiApplication::screenAt(posGlobal); in ScreenRectangleForPoint()
653 return desktop->availableGeometry(posGlobal); in ScreenRectangleForPoint()
765 const QPoint posGlobal = window(wid)->mapToGlobal(QPoint(pt.x, pt.y)); in GetMonitorRect() local
767 QRect rectScreen = ScreenRectangleForPoint(posGlobal); in GetMonitorRect()
/dports/editors/textadept/scintilla/qt/ScintillaEditBase/
H A DPlatQt.cpp646 QRect ScreenRectangleForPoint(QPoint posGlobal) in ScreenRectangleForPoint() argument
649 const QScreen *screen = QGuiApplication::screenAt(posGlobal); in ScreenRectangleForPoint()
653 return desktop->availableGeometry(posGlobal); in ScreenRectangleForPoint()
765 const QPoint posGlobal = window(wid)->mapToGlobal(QPoint(pt.x, pt.y)); in GetMonitorRect() local
767 QRect rectScreen = ScreenRectangleForPoint(posGlobal); in GetMonitorRect()
/dports/editors/scite/scintilla/qt/ScintillaEditBase/
H A DPlatQt.cpp646 QRect ScreenRectangleForPoint(QPoint posGlobal) in ScreenRectangleForPoint() argument
649 const QScreen *screen = QGuiApplication::screenAt(posGlobal); in ScreenRectangleForPoint()
653 return desktop->availableGeometry(posGlobal); in ScreenRectangleForPoint()
765 const QPoint posGlobal = window(wid)->mapToGlobal(QPoint(pt.x, pt.y)); in GetMonitorRect() local
767 QRect rectScreen = ScreenRectangleForPoint(posGlobal); in GetMonitorRect()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/qt/ScintillaEditBase/
H A DPlatQt.cpp738 QPoint posGlobal = window(wid)->mapToGlobal(QPoint(pt.x, pt.y)); in GetMonitorRect() local
740 QRect rectScreen = desktop->availableGeometry(posGlobal); in GetMonitorRect()
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditBase/
H A DPlatQt.cpp726 QPoint posGlobal = window(wid)->mapToGlobal(QPoint(pt.x, pt.y)); in GetMonitorRect() local
728 QRect rectScreen = desktop->availableGeometry(posGlobal); in GetMonitorRect()
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianoview.cpp608 void PianoView::showPopupMenu(const QPoint& posGlobal) in showPopupMenu() argument
654 popup.exec(posGlobal); in showPopupMenu()