Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqcursor_qws.cpp115 extern int *qt_last_x,*qt_last_y;
122 return QPoint(*qt_last_x, *qt_last_y); in pos()
H A Dqcursor_qpa.cpp111 extern int qt_last_x,qt_last_y;
122 return QPoint(qt_last_x, qt_last_y); in pos()
H A Dqapplication_qpa.cpp84 int qt_last_y = 0; variable
656 if (e->globalPos != QPoint(qt_last_x, qt_last_y) && (stateChange != Qt::NoButton)) { in processMouseEvent()
672 if (qt_last_x != globalPoint.x() || qt_last_y != globalPoint.y()) { in processMouseEvent()
675 qt_last_y = globalPoint.y(); in processMouseEvent()
704 mousePressY = qt_last_y; in processMouseEvent()
830 qt_last_y = globalPoint.y(); in processWheelEvent()
H A Dqplatformcursor_qpa.cpp104 extern int qt_last_y;
109 return QPoint(qt_last_x, qt_last_y); in pos()
H A Dqapplication_qws.cpp140 int *qt_last_y = 0; variable
790 qt_last_y = reinterpret_cast<int *>(sharedRam + sharedRamSize); in reinit()
923 qt_last_y = reinterpret_cast<int *>(sharedRam + sharedRamSize); in init()
2607 w = topLevelAt(*qt_last_x, *qt_last_y); in setOverrideCursor()
2621 w = topLevelAt(*qt_last_x, *qt_last_y); in restoreOverrideCursor()
2628 QWidget *upw = QApplication::widgetAt(*qt_last_x, *qt_last_y); in restoreOverrideCursor()
H A Dqwidget_qws.cpp74 extern int *qt_last_y;
1167 const QPoint pos(*qt_last_x, *qt_last_y); in updateCursor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqwindowsystem_qws.cpp2204 extern int *qt_last_x,*qt_last_y;
2240 *qt_last_y = tpos.y(); in sendMouseEvent()
4876 *qt_last_y = pos.y(); in sendMouseEvent()