Home
last modified time | relevance | path

Searched refs:deltaZ (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebMouseEvent.cpp49 …ition, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, M… in WebMouseEvent() argument
56 , m_deltaZ(deltaZ) in WebMouseEvent()
66 …ition, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, M… in WebMouseEvent() argument
73 , m_deltaZ(deltaZ) in WebMouseEvent()
DWebEvent.h123 …nst WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, M…
125 …nst WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, M…
133 float deltaZ() const { return m_deltaZ; } in deltaZ() function
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.cpp98 float deltaZ = farZ - nearZ; in setOrthographicMatrix() local
99 if (!deltaX || !deltaY || !deltaZ) in setOrthographicMatrix()
106 ortho.setM33(-2.0f / deltaZ); in setOrthographicMatrix()
107 ortho.setM43(-(nearZ + farZ) / deltaZ); in setOrthographicMatrix()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebKitPluginHost.defs87 deltaZ: double);
110 deltaZ: double);
DNetscapePluginInstanceProxy.mm432 [event deltaX], [event deltaY], [event deltaZ]);
483 [event deltaX], [event deltaY], [event deltaZ]);
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm120 event.data.mouse.deltaZ = [nsEvent deltaZ];
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm468 event.data.mouse.deltaZ = mouseEvent.deltaZ();
575 event.data.mouse.deltaZ = 0;
/external/webkit/Source/WebCore/bridge/
Dnpapi.h665 double deltaZ; member
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm1055 float deltaZ = [event deltaZ];
1060 …e, button, IntPoint(position), IntPoint(globalPosition), deltaX, deltaY, deltaZ, clickCount, modif…
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m278 … event->data.mouse.deltaX, event->data.mouse.deltaY, event->data.mouse.deltaZ];
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1657 // The deltaZ difference necessary to trigger a zoom action. Derived from
1674 totalMagnifyGestureAmount_ += [event deltaZ];
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1637878 Set deltaX, deltaY and deltaZ arguments.
38132 (WebKit::WebMouseEvent::deltaZ):
38135 Add deltaX, deltaY and deltaZ member variables to WebMosueEvent.