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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformTouchPoint.h53 IntPoint screenPos() const { return m_screenPos; } function in class:WebCore::PlatformTouchPoint
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp54 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force) argument
57 m_screenPos = 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 129 milliseconds