Searched defs:deltaX (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformWheelEventGtk.cpp75 gdouble deltaX, deltaY; local
76 gdk_event_get_scroll_deltas(reinterpret_cast<GdkEvent*>(event), &deltaX, &deltaY); local
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGestureEvent.h52 float deltaX() const { return m_deltaX; } function in class:WebCore::GestureEvent
H A DGestureEvent.cpp69 void GestureEvent::initGestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) argument
99 GestureEvent::GestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformGestureEvent.h47 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, float deltaX, float deltaY, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
71 float deltaX() const { return m_deltaX; } function in class:WebCore::PlatformGestureEvent
H A DScrollAnimator.cpp91 float deltaX = horizontalScrollbar ? e.deltaX() : 0; local
[all...]
H A DPlatformWheelEvent.h91 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
127 float deltaX() const { return m_deltaX; } function in class:WebCore::PlatformWheelEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cpu/arm/filters/
H A DFEGaussianBlurNEON.h43 float32x4_t deltaX = vdupq_n_f32(1.0 / dx); local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebMouseEvent.cpp46 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
H A DWebEvent.h132 float deltaX() const { return m_deltaX; } function in class:WebKit::WebMouseEvent
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DWebEventFactory.cpp158 double deltaX, deltaY; local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DWebEventFactory.cpp141 float deltaX = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterRenderer.cpp54 float deltaX = right - left; local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DWebEventFactoryQt.cpp120 float deltaX = event->pos().x() - lastPos.x(); local
132 float deltaX = 0; local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvBmap.c815 TranslateBitmap( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
H A DtkCanvImg.c816 TranslateImage( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
H A DtkCanvWind.c969 TranslateWinItem( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
H A DtkCanvPoly.c1763 TranslatePolygon( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
H A DtkRectOval.c1259 TranslateRectOval( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
H A DtkTrig.c768 double centerX, centerY, radX, radY, deltaX, deltaY; local
1599 double deltaX, deltaY; /* X and y offsets cooresponding to dist local
1724 double deltaX, deltaY; /* Increments in coords. */ local
[all...]
H A DtkCanvArc.c1414 TranslateArc( Tk_Canvas canvas, Tk_Item *itemPtr, double deltaX, double deltaY) argument
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXSubwindows.c432 int deltaX = 0, deltaY = 0, parentBorderwidth = 0; local
1223 UpdateOffsets( TkWindow *winPtr, int deltaX, int deltaY) argument
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTrig.c780 double centerX, centerY, radX, radY, deltaX, deltaY; local
1337 double deltaX, deltaY; /* X and y offsets cooresponding to local
1454 double deltaX, deltaY; /* Increments in coords. */ local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXSubwindows.c534 int deltaX = 0, deltaY = 0, parentBorderwidth = 0; local
1318 UpdateOffsets( TkWindow *winPtr, int deltaX, int deltaY) argument
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterfaceTypes.h139 SInt32 deltaX; member in struct:IOBlitCopyRegionStruct
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRenderer.cpp121 float deltaX = right - left; local

Completed in 205 milliseconds

12