/external/webkit/Source/WebCore/platform/ |
D | ScrollAnimator.cpp | 91 float deltaX = horizontalScrollbar ? e.deltaX() : 0; in handleWheelEvent() local 96 if ((deltaX < 0 && maxForwardScrollDelta.width() > 0) in handleWheelEvent() 97 || (deltaX > 0 && maxBackwardScrollDelta.width() > 0) in handleWheelEvent() 102 ASSERT(!e.deltaX()); in handleWheelEvent() 111 if (deltaX) in handleWheelEvent() 112 scroll(HorizontalScrollbar, ScrollByPixel, horizontalScrollbar->pixelStep(), -deltaX); in handleWheelEvent()
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | slider.js | 228 var deltaX = e.dragDeltaX; 231 if (!this.currentCard && deltaX > 0 || 232 this.currentCard == (this.cards_.length - 1) && deltaX < 0) { 233 deltaX /= 2; 235 this.translateTo_(this.currentLeft_ + deltaX); 258 var deltaX = e.dragDeltaX; 260 var newX = this.currentLeft_ + deltaX;
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | card_slider.js | 272 var deltaX = e.dragDeltaX; 275 if (!this.currentCard && deltaX > 0 || 276 this.currentCard == (this.cards_.length - 1) && deltaX < 0) { 277 deltaX /= 2; 279 this.translateTo_(this.currentLeft_ + deltaX); 302 var deltaX = e.dragDeltaX; 304 var newX = this.currentLeft_ + deltaX;
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.mm | 591 void ScrollAnimatorMac::immediateScrollByDeltaX(float deltaX) 593 float newPosX = adjustScrollXPositionIfNecessary(m_currentPosX + deltaX); 810 if (fabsf(wheelEvent.deltaY()) >= fabsf(wheelEvent.deltaX())) { 842 bool ScrollAnimatorMac::pinnedInDirection(float deltaX, float deltaY) 845 if (fabsf(deltaY) >= fabsf(deltaX)) { 853 } else if (deltaX != 0) { 854 if (deltaX < 0) { 863 if ((deltaX != 0 || deltaY != 0) && (limitDelta.width() < 1 && limitDelta.height() < 1)) 908 float deltaX = m_overflowScrollDelta.width(); 914 float eventCoallescedDeltaX = -wheelEvent.deltaX(); [all …]
|
D | ScrollAnimatorMac.h | 72 void immediateScrollByDeltaX(float deltaX); 124 bool pinnedInDirection(float deltaX, float deltaY);
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | WebEventFactoryQt.cpp | 103 float deltaX = delta.x(); in createWebMouseEvent() local 109 …return WebMouseEvent(type, button, event->pos().toPoint(), event->screenPos(), deltaX, deltaY, 0.0… in createWebMouseEvent() 114 float deltaX = 0; in createWebWheelEvent() local 128 deltaX = (fullTick) ? e->delta() / 120.0f : e->delta(); in createWebWheelEvent() 129 wheelTicksX = deltaX; in createWebWheelEvent() 139 deltaX *= (fullTick) ? QApplication::wheelScrollLines() * cDefaultQtScrollStep : 1; in createWebWheelEvent() 143 …return WebWheelEvent(WebEvent::Wheel, e->pos().toPoint(), e->screenPos(), FloatSize(deltaX, deltaY… in createWebWheelEvent()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionSystem.java | 279 final int deltaX, final int deltaY, in executeStraigtRay() argument 289 if (deltaX != 0) { in executeStraigtRay() 290 distance = Math.abs(deltaX) + 1; in executeStraigtRay() 291 xIncrement = Utils.sign(deltaX); in executeStraigtRay() 345 final int deltaX = endTileX - startTileX; in executeRay() local 350 if (deltaX == 0 || deltaY == 0) { in executeRay() 352 endTileX, endTileY, deltaX, deltaY, hitPoint, hitNormal, visitor); in executeRay() 355 final int xIncrement = deltaX != 0 ? Utils.sign(deltaX) : 0; in executeRay() 360 …teralDelta = (endTileX > 0 && endTileX < worldWidth - 1) ? Math.abs(deltaX) + 1 : Math.abs(deltaX); in executeRay() 746 final float deltaX = x2 - x1; in calculateIntersectionBox() local [all …]
|
D | SphereCollisionVolume.java | 105 final float deltaX = other.getMaxXPosition(otherFlip) in intersects() local 109 final float centerX = deltaX / 2.0f; in intersects() 115 otherRadius = Math.max(deltaX, deltaY); in intersects()
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | splitter.js | 128 var deltaX = dirMultiplier * (e.clientX - this.startX_); 129 this.handleSplitterDragMove(deltaX); 160 handleSplitterDragMove: function(deltaX) { argument 162 leftComponent.style.width = this.startWidth_ + deltaX + 'px';
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebMouseEvent.cpp | 49 … button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, flo… in WebMouseEvent() argument 54 , m_deltaX(deltaX) in WebMouseEvent() 66 … button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, flo… in WebMouseEvent() argument 71 , m_deltaX(deltaX) in WebMouseEvent()
|
D | WebEvent.h | 123 …Core::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, flo… 125 …Core::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, flo… 131 float deltaX() const { return m_deltaX; } in deltaX() function
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.dashes.js | 137 deltaX: ax2 - ax1, 146 …deltaX: xsign * Math.sqrt(Math.pow(segmentLength, 2) / (1 + Math.pow((ay2 - ay1)/(ax2 - ax1), 2))), 161 if (dashOffset.deltaX != 0 || dashOffset.deltaY != 0) { 163 ctx.lineTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY); 165 ctx.moveTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY); 171 ax1 += dashOffset.deltaX;
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/ |
D | TouchEvent.java | 96 private float deltaX; field in TouchEvent 123 this.deltaX = deltax; in set() 152 return deltaX; in getDeltaX()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGRadialGradientElement.cpp | 235 float deltaX = focalPoint.x() - centerPoint.x(); in calculateFocalCenterPointsAndRadius() local 242 if (sqrt(deltaX * deltaX + deltaY * deltaY) > radiusMax) { in calculateFocalCenterPointsAndRadius() 243 float angle = atan2f(deltaY, deltaX); in calculateFocalCenterPointsAndRadius() 245 deltaX = cosf(angle) * radiusMax; in calculateFocalCenterPointsAndRadius() 247 focalPoint = FloatPoint(deltaX + centerPoint.x(), deltaY + centerPoint.y()); in calculateFocalCenterPointsAndRadius()
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
D | table_splitter.js | 57 handleSplitterDragMove: function(deltaX) { argument 61 var percentChange = deltaX * 100 / clientWidth;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | VideoLayerAndroid.cpp | 118 float deltaX = rect.width() - rect.height() * aspectRatio; in calVideoRect() local 119 if (deltaX >= 0) in calVideoRect() 120 videoRect.inset(deltaX / 2, 0); in calVideoRect()
|
/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 105 if (!(event.deltaX() || event.deltaY())) in WheelEventDispatchMediator() 108 …setEvent(WheelEvent::create(event.wheelTicksX(), event.wheelTicksY(), event.deltaX(), event.deltaY… in WheelEventDispatchMediator()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebInputEvent.h | 282 float deltaX; 295 , deltaX(0.0f) in WebMouseEvent()
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | WebEventFactory.cpp | 412 int deltaX = 0; in createWebWheelEvent() local 428 deltaX = delta * static_cast<float>(horizontalScrollChars()) * cScrollbarPixelsPerLine; in createWebWheelEvent() 432 deltaX = 0; in createWebWheelEvent() 443 …return WebWheelEvent(WebEvent::Wheel, position, globalPosition, FloatSize(deltaX, deltaY), FloatSi… in createWebWheelEvent()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
D | loupe.js | 63 var deltaX = Math.floor(event.offsetX/LOUPE_MAGNIFICATION_FACTOR); 67 this._currentCornerX + deltaX, this._currentCornerY + deltaY);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebWindowAnimation.m | 49 CGFloat deltaX = point1.x - point2.x; 51 return deltaX * deltaX + deltaY * deltaY;
|
D | WebDynamicScrollBarsView.mm | 513 float deltaX; 516 WKGetWheelEventDeltas(event, &deltaX, &deltaY, &isContinuous); 526 if (fabsf(deltaY) > fabsf(deltaX)) { 545 … if ((deltaX >= 0.0 && horizontalPosition == 0.0) || (deltaX <= 0.0 && horizontalPosition == 1.0))
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLUtils.cpp | 96 float deltaX = right - left; in setOrthographicMatrix() local 99 if (!deltaX || !deltaY || !deltaZ) in setOrthographicMatrix() 102 ortho.setM11(2.0f / deltaX); in setOrthographicMatrix() 103 ortho.setM41(-(right + left) / deltaX); in setOrthographicMatrix()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 206 int deltaX = 0; in updateCompositedBounds() local 208 m_owningLayer->convertToLayerCoords(rootLayer, deltaX, deltaY); in updateCompositedBounds() 209 clippingBounds.move(-deltaX, -deltaY); in updateCompositedBounds() 359 int deltaX = 0, deltaY = 0; in updateGraphicsLayerGeometry() local 360 m_owningLayer->convertToLayerCoords(compAncestor, deltaX, deltaY); in updateGraphicsLayerGeometry() 361 relativeCompositingBounds.move(deltaX, deltaY); in updateGraphicsLayerGeometry() 382 …IntSize rendererOffset(parentClipRect.location().x() - deltaX, parentClipRect.location().y() - del… in updateGraphicsLayerGeometry() 429 IntRect layerBounds = IntRect(deltaX, deltaY, borderBox.width(), borderBox.height()); in updateGraphicsLayerGeometry()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 1053 float deltaX = [event deltaX]; 1060 …return WebMouseEvent(type, button, IntPoint(position), IntPoint(globalPosition), deltaX, deltaY, d… 1071 float deltaX = 0; 1076 WKGetWheelEventDeltas(event, &deltaX, &deltaY, &continuous); 1080 wheelTicksX = deltaX / static_cast<float>(Scrollbar::pixelsPerLineStep()); 1084 wheelTicksX = deltaX; 1086 deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep()); 1096 …WebEvent::Wheel, IntPoint(position), IntPoint(globalPosition), FloatSize(deltaX, deltaY), FloatSiz…
|