Home
last modified time | relevance | path

Searched refs:transientPos (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/wl-shell/
H A Dqwaylandwlshellsurface.cpp224 QPoint transientPos = m_window->geometry().topLeft(); // this is absolute in updateTransientParent() local
225 transientPos -= parent->geometry().topLeft(); in updateTransientParent()
227 transientPos.setX(transientPos.x() + parent_wayland_window->decoration()->margins().left()); in updateTransientParent()
228 transientPos.setY(transientPos.y() + parent_wayland_window->decoration()->margins().top()); in updateTransientParent()
240 set_transient(parentSurface, transientPos.x(), transientPos.y(), flags); in updateTransientParent()
256 QPoint transientPos = m_window->geometry().topLeft(); // this is absolute in setPopup() local
257 transientPos -= parent_wayland_window->geometry().topLeft(); in setPopup()
259 transientPos.setX(transientPos.x() + parent_wayland_window->decoration()->margins().left()); in setPopup()
260 transientPos.setY(transientPos.y() + parent_wayland_window->decoration()->margins().top()); in setPopup()
266 set_popup(device->wl_seat(), serial, parentSurface, transientPos.x(), transientPos.y(), flags); in setPopup()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/ivi-shell/
H A Dqwaylandivishellintegration.cpp145 QPoint transientPos = window->geometry().topLeft(); // this is absolute in createShellSurface() local
148 transientPos -= parent->geometry().topLeft(); in createShellSurface()
149 transientPos.setX(transientPos.x() + parent->decoration()->margins().left()); in createShellSurface()
150 transientPos.setY(transientPos.y() + parent->decoration()->margins().top()); in createShellSurface()
153 iviSurface->ivi_controller_surface::set_destination_rectangle(transientPos.x(), in createShellSurface()
154 transientPos.y(), in createShellSurface()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell-v6/
H A Dqwaylandxdgshellv6.cpp365 QPoint transientPos = m_window->geometry().topLeft(); // this is absolute in setPopup() local
366 transientPos -= parent->geometry().topLeft(); in setPopup()
368 transientPos.setX(transientPos.x() + parent->decoration()->margins().left()); in setPopup()
369 transientPos.setY(transientPos.y() + parent->decoration()->margins().top()); in setPopup()
371 positioner->set_anchor_rect(transientPos.x(), transientPos.y(), 1, 1); in setPopup()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell/
H A Dqwaylandxdgshell.cpp399 QPoint transientPos = m_window->geometry().topLeft(); // this is absolute in setPopup() local
400 transientPos -= parent->geometry().topLeft(); in setPopup()
402 transientPos.setX(transientPos.x() + parent->decoration()->margins().left()); in setPopup()
403 transientPos.setY(transientPos.y() + parent->decoration()->margins().top()); in setPopup()
405 positioner->set_anchor_rect(transientPos.x(), transientPos.y(), 1, 1); in setPopup()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_waylandshells/waylandshells/xdg-shell/
H A Dqwaylandxdgshell.cpp452 QPoint transientPos = m_window->geometry().topLeft(); // this is absolute in setPopup() local
453 transientPos -= parent->geometry().topLeft(); in setPopup()
455 transientPos.setX(transientPos.x() + parent->decoration()->margins().left()); in setPopup()
456 transientPos.setY(transientPos.y() + parent->decoration()->margins().top()); in setPopup()
458 positioner->set_anchor_rect(transientPos.x(), transientPos.y(), 1, 1); in setPopup()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRenc/src/
H A Dmh_det.cpp460 INT transientPos, INT deltaTime, in isDetectionOfNewToneAllowed() argument
470 if (transientPos + transientPosOffset < in isDetectionOfNewToneAllowed()
474 if (transientPos + transientPosOffset > in isDetectionOfNewToneAllowed()
513 h_sbrMissingHarmonicsDetector->previousTransientPos = transientPos; in isDetectionOfNewToneAllowed()
1022 INT transientPos = pTranInfo[0]; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1075 transientPos, deltaTime, h_sbrMHDet); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
H A Dton_corr.cpp381 INT transientPos = transientInfo[0]; /*!< Position of the transient.*/ in FDKsbrEnc_TonCorrParamExtr() local
398 if (transientPos + hTonCorr->transientPosOffset >= in FDKsbrEnc_TonCorrParamExtr()
405 if (transientPos + hTonCorr->transientPosOffset < in FDKsbrEnc_TonCorrParamExtr()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRenc/src/
H A Dmh_det.cpp460 INT transientPos, INT deltaTime, in isDetectionOfNewToneAllowed() argument
470 if (transientPos + transientPosOffset < in isDetectionOfNewToneAllowed()
474 if (transientPos + transientPosOffset > in isDetectionOfNewToneAllowed()
513 h_sbrMissingHarmonicsDetector->previousTransientPos = transientPos; in isDetectionOfNewToneAllowed()
1022 INT transientPos = pTranInfo[0]; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1075 transientPos, deltaTime, h_sbrMHDet); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
H A Dton_corr.cpp381 INT transientPos = transientInfo[0]; /*!< Position of the transient.*/ in FDKsbrEnc_TonCorrParamExtr() local
398 if (transientPos + hTonCorr->transientPosOffset >= in FDKsbrEnc_TonCorrParamExtr()
405 if (transientPos + hTonCorr->transientPosOffset < in FDKsbrEnc_TonCorrParamExtr()