Searched defs:screenPosition (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPlatformTouchPoint.cpp38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoint& position) argument
41 , m_screenPosition(screenPosition)
H A DWebEvent.h285 WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const WebCore::IntPoint& position);
290 const WebCore::IntPoint& screenPosition() const { return m_screenPosition; } function in class:WebKit::WebPlatformTouchPoint
/external/webkit/Source/WebKit/chromium/public/
H A DWebTouchPoint.h62 WebPoint screenPosition; member in class:WebKit::WebTouchPoint
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java1308 public Vector3f getWorldCoordinates(Vector2f screenPosition, argument
1318 (screenPosition.x / getWidth() - viewPortLeft) / (viewPortRight - viewPortLeft) * 2 - 1,
1319 (screenPosition.y / getHeight() - viewPortBottom) / (viewPortTop - viewPortBottom) * 2 - 1,
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp472 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView)); local
473 result.move(screenPosition.x(), screenPosition.y());
481 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView)); local
482 result.move(-screenPosition.x(), -screenPosition.y());

Completed in 202 milliseconds