Home
last modified time | relevance | path

Searched refs:newY (Results 1 – 11 of 11) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds() argument
171 if (newY + newHeight < 0) { in setBounds()
177 if (newY > parentArea.height) { in setBounds()
196 control.setLocation(newX, newY); in setBounds()
201 control.setBounds(newX, newY, newWidth, newHeight); in setBounds()
/external/replicaisland/src/com/replica/replicaisland/
DMovementComponent.java51 float newY = object.getPosition().y + offsetY; in update() local
55 object.getPosition().set(newX, newY); in update()
DInputGameInterface.java133 float newY; in update() local
137 newY = mDirectionalPad.getY() + (trackball.getY() * ROLL_FILTER * mMovementSensitivity); in update()
142 newY = oldY + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update()
145 mDirectionalPad.press(gameTime, newX, newY); in update()
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DQuaternion.java252 final float newY = this.w * other.y + this.y * other.w + this.z * other.x - this.x * other.z; in mul() local
256 this.y = newY; in mul()
271 final float newY = this.w * y + this.y * w + this.z * x - this.x * z; in mul() local
275 this.y = newY; in mul()
287 final float newY = other.w * this.y + other.y * this.w + other.z * this.x - other.x * z; in mulLeft() local
291 this.y = newY; in mulLeft()
306 final float newY = w * this.y + y * this.w + z * this.x - x * this.z; in mulLeft() local
310 this.y = newY; in mulLeft()
DVector2.java373 float newY = this.x * sin + this.y * cos; in rotateRad() local
376 this.y = newY; in rotateRad()
/external/skia/include/codec/
DSkCodec.h616 void updateCurrScanline(int newY) { fCurrScanline = newY; } in updateCurrScanline() argument
/external/skia/include/core/
DSkRect.h200 void offsetTo(int32_t newX, int32_t newY) { in offsetTo()
202 fBottom += newY - fTop; in offsetTo()
204 fTop = newY; in offsetTo()
648 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo()
650 fBottom += newY - fTop; in offsetTo()
652 fTop = newY; in offsetTo()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
DChart.java111 int newY = event.getY(); in Chart()
112 float deltaY = (moveAllPrevY - newY) / (float)chartHeight * maxY; in Chart()
116 moveAllPrevY = newY; in Chart()
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp322 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument
328 newViewMatrix.getSkewX() * (newY - currentY) - in calculate_translation()
333 newViewMatrix.getScaleY() * (newY - currentY) - in calculate_translation()
337 *transY = newY - currentY; in calculate_translation()
/external/deqp/modules/egl/
DteglResizeTests.cpp290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm286 // float newY = mainDisplayRect.size.height/_height;