Lines Matching refs:MOTION

79 #define MOTION(target) \  macro
185 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testAxis()
204 MOTION(decoPoint); in testAxis()
231 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testDoubleClick()
250 MOTION(decoPoint); in testDoubleClick()
326 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testHover()
340 MOTION(QPoint(c->frameGeometry().x(), 0)); in testHover()
342 MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() / 2, 0)); in testHover()
344 MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() - 1, 0)); in testHover()
346MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() + deviation(), c->height() / 2)); in testHover()
348MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() + deviation(), c->height() - 1)); in testHover()
350MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() / 2, c->height() + deviation())); in testHover()
352 MOTION(QPoint(c->frameGeometry().x(), c->height() + deviation())); in testHover()
354 MOTION(QPoint(c->frameGeometry().x() - 1, c->height() / 2)); in testHover()
357 MOTION(c->frameGeometry().center()); in testHover()
387 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2)); in testPressToMove()
393 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset); in testPressToMove()
408 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset2); in testPressToMove()
412 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset3); in testPressToMove()
516 MOTION(QPoint(c->frameGeometry().x() -1, c->frameGeometry().center().y())); in testResizeOutsideWindow()
519MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() +1, c->frameGeometry().center().… in testResizeOutsideWindow()
522MOTION(QPoint(c->frameGeometry().center().x(), c->frameGeometry().y() + c->frameGeometry().height(… in testResizeOutsideWindow()