/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
D | TrackingInputHandler.java | 113 private void moveCursor(float newX, float newY) { in moveCursor() argument 116 if (newX < 0) newX = 0; in moveCursor() 118 if (newX > mRenderData.imageWidth) newX = mRenderData.imageWidth; in moveCursor() 120 mCursorPosition.set(newX, newY); in moveCursor() 124 mViewer.injectMouseEvent((int) newX, (int) newY, BUTTON_UNDEFINED, false); in moveCursor()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPoint.cpp | 86 double newX, newY; in matrixTransform() local 87 transform.map(static_cast<double>(x()), static_cast<double>(y()), newX, newY); in matrixTransform() 88 return FloatPoint::narrowPrecision(newX, newY); in matrixTransform()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 45 float newX = object.getPosition().x + offsetX; in update() local 55 object.getPosition().set(newX, newY); in update()
|
D | InputGameInterface.java | 132 float newX; in update() local 136 newX = mDirectionalPad.getX() + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update() 141 newX = oldX + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update() 145 mDirectionalPad.press(gameTime, newX, newY); in update()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds() argument 196 control.setLocation(newX, newY); in setBounds() 201 control.setBounds(newX, newY, newWidth, newHeight); in setBounds()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 154 SkFixed newX; in walk_edges() local 161 newX = currE->fX; in walk_edges() 166 newX = currE->fX; in walk_edges() 173 newX = currE->fX + currE->fDX; in walk_edges() 174 currE->fX = newX; in walk_edges() 176 if (newX < prevX) { // ripple currE backwards until it is x-sorted in walk_edges() 179 prevX = newX; in walk_edges()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkScan_Path.cpp | 154 SkFixed newX; in walk_edges() local 161 newX = currE->fX; in walk_edges() 166 newX = currE->fX; in walk_edges() 173 newX = currE->fX + currE->fDX; in walk_edges() 174 currE->fX = newX; in walk_edges() 176 if (newX < prevX) { // ripple currE backwards until it is x-sorted in walk_edges() 179 prevX = newX; in walk_edges()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkRect.h | 191 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 192 fRight += newX - fLeft; in offsetTo() 194 fLeft = newX; in offsetTo() 623 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 624 fRight += newX - fLeft; in offsetTo() 626 fLeft = newX; in offsetTo()
|
/external/skia/include/core/ |
D | SkRect.h | 191 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 192 fRight += newX - fLeft; in offsetTo() 194 fLeft = newX; in offsetTo() 625 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 626 fRight += newX - fLeft; in offsetTo() 628 fLeft = newX; in offsetTo()
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | image_transform.js | 502 var newX = this.viewport_.screenToImageX(newScreenX); 504 var clamppedX = ImageUtil.clamp(clipRect.left, newX + mouseBiasX, maxX); 520 var newX = this.viewport_.screenToImageX(newScreenX); 535 ImageUtil.clamp(clipRect.left, newX + mouseBiasX, maxX);
|
/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference… 19 _y = newX;
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | card_slider.js | 645 var newX = this.currentLeft_ + deltaX; 646 var newCardIndex = Math.round(-newX / this.cardWidth_);
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 270 const int newX = xCorner == 0 ? 0 : newWidth - minWidth; in compareCorners() local 279 newSurface.getSubAccess(newX, newY, minWidth, minHeight); in compareCorners()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 2125 Bool newR, newW, newX, needDiscard; in VG_() local 2135 newX = toBool(prot & VKI_PROT_EXEC); in VG_() 2138 needDiscard = any_Ts_in_range( start, len ) && !newX; in VG_() 2151 nsegments[i].hasX = newX; in VG_()
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollAnimatorMac.mm | 763 float newX = std::max<float>(std::min<float>(position.x(), maxPos.x()), minPos.x()); 766 return FloatPoint(newX, newY);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.cpp | 1136 const int newX = source.x - leftMargin; in widenRectWithinPageBounds() local 1139 ASSERT(scrollOffset.width() + newX + newWidth <= maxSize.width); in widenRectWithinPageBounds() 1141 return WebRect(newX, source.y, newWidth, source.height); in widenRectWithinPageBounds()
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 287 // float newX = mainDisplayRect.size.width/_width;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller_unittest.mm | 422 CGFloat newX = [[bar_ offTheSideButton] frame].origin.x; 423 EXPECT_NE(previousX, newX); 424 previousX = newX;
|