Searched refs:screenPos (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchPointQt.cpp40 m_screenPos = point.screenPos().toPoint();
H A DWheelEventQt.cpp63 , m_globalPosition(e->screenPos())
H A DPlatformMouseEventQt.cpp56 m_globalPosition = IntPoint(event->screenPos());
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchPoint.h60 IntPoint screenPos() const { return m_screenPos; } function in class:WebCore::PlatformTouchPoint
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.h88 QGraphicsSceneMouseEvent* createGraphicsSceneMouseEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers);
89 QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers, Qt::Orientation);
H A DEventSenderQt.cpp614 QGraphicsSceneMouseEvent* EventSender::createGraphicsSceneMouseEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) argument
619 event->setScreenPos(screenPos);
627 QGraphicsSceneWheelEvent* EventSender::createGraphicsSceneWheelEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers modifiers, Qt::Orientation orientation) argument
632 event->setScreenPos(screenPos);
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp109 return WebMouseEvent(type, button, event->pos().toPoint(), event->screenPos(), deltaX, deltaY, 0.0f, clickCount, modifiers, timestamp);
143 return WebWheelEvent(WebEvent::Wheel, e->pos().toPoint(), e->screenPos(), FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, modifiers, timestamp);
198 m_touchPoints.append(WebPlatformTouchPoint(id, state, points.at(i).screenPos().toPoint(), points.at(i).pos().toPoint()));
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp267 menu->exec(event->screenPos());
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp274 me.setScreenPos(ev->screenPos());
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java1301 public Vector3f getWorldCoordinates(Vector2f screenPos, float zPos) { argument
1302 return getWorldCoordinates(screenPos, zPos, null);
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp3186 point.screenPos().x(), point.screenPos().y(),
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp3059 d->contextMenuEvent(static_cast<QGraphicsSceneContextMenuEvent*>(ev)->screenPos());

Completed in 191 milliseconds