Searched refs:newY (Results 1 - 16 of 16) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DMovementComponent.java51 float newY = object.getPosition().y + offsetY;
55 object.getPosition().set(newX, newY);
H A DInputGameInterface.java133 float newY;
137 newY = mDirectionalPad.getY() + (trackball.getY() * ROLL_FILTER * mMovementSensitivity);
142 newY = oldY + (trackball.getX() * ROLL_FILTER * mMovementSensitivity);
145 mDirectionalPad.press(gameTime, newX, newY);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPoint.cpp86 double newX, newY; local
87 transform.map(static_cast<double>(x()), static_cast<double>(y()), newX, newY);
88 return FloatPoint::narrowPrecision(newX, newY);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java113 private void moveCursor(float newX, float newY) { argument
117 if (newY < 0) newY = 0;
119 if (newY > mRenderData.imageHeight) newY = mRenderData.imageHeight;
120 mCursorPosition.set(newX, newY);
124 mViewer.injectMouseEvent((int) newX, (int) newY, BUTTON_UNDEFINED, false);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { argument
171 if (newY + newHeight < 0) {
177 if (newY > parentArea.height) {
196 control.setLocation(newX, newY);
201 control.setBounds(newX, newY, newWidth, newHeight);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_transform.js503 var newY = this.viewport_.screenToImageY(newScreenY);
505 var clamppedY = ImageUtil.clamp(clipRect.top, newY + mouseBiasY, maxY);
521 var newY = this.viewport_.screenToImageY(newScreenY);
549 ImageUtil.clamp(clipRect.top, newY + mouseBiasY, maxY);
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h189 * Offset this rect such its new x() and y() will equal newX and newY.
191 void offsetTo(int32_t newX, int32_t newY) { argument
193 fBottom += newY - fTop;
195 fTop = newY;
621 * Offset this rect such its new x() and y() will equal newX and newY.
623 void offsetTo(SkScalar newX, SkScalar newY) {
625 fBottom += newY - fTop;
627 fTop = newY;
/external/skia/include/core/
H A DSkRect.h189 * Offset this rect such its new x() and y() will equal newX and newY.
191 void offsetTo(int32_t newX, int32_t newY) { argument
193 fBottom += newY - fTop;
195 fTop = newY;
623 * Offset this rect such its new x() and y() will equal newX and newY.
625 void offsetTo(SkScalar newX, SkScalar newY) {
627 fBottom += newY - fTop;
629 fTop = newY;
/external/deqp/modules/egl/
H A DteglResizeTests.cpp275 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; local
279 newSurface.getSubAccess(newX, newY, minWidth, minHeight);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm764 float newY = std::max<float>(std::min<float>(position.y(), maxPos.y()), minPos.y());
766 return FloatPoint(newX, newY);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2147 LayoutUnit newY = 0; local
2150 newY = lowestFloatLogicalBottom(FloatingObject::FloatLeft);
2153 newY = lowestFloatLogicalBottom(FloatingObject::FloatRight);
2156 newY = lowestFloatLogicalBottom();
2160 if (height() < newY)
2161 setLogicalHeight(newY);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3497 milliseconds