Searched defs:deltaZ (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebMouseEvent.cpp49 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
56 , m_deltaZ(deltaZ)
66 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp, bool didActivateWebView) argument
73 , m_deltaZ(deltaZ)
H A DWebEvent.h123 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp);
125 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp, bool didActivateWebView);
133 float deltaZ() const { return m_deltaZ; } function in class:WebKit::WebMouseEvent
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLUtils.cpp103 float deltaZ = farZ - nearZ; local
104 if (!deltaX || !deltaY || !deltaZ)
111 ortho.setM33(-2.0f / deltaZ);
112 ortho.setM43(-(nearZ + farZ) / deltaZ);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h665 double deltaZ; member in struct:_NPCocoaEvent::__anon11775::__anon11776

Completed in 79 milliseconds