Searched defs:screenPos (Results 1 - 3 of 3) sorted by relevance

/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.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/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);

Completed in 153 milliseconds