HomeSort by relevance Sort by last modified time
    Searched refs:tempX (Results 1 - 9 of 9) sorted by null

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 360 int tempX, tempY;
361 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
362 *x = tempX;
384 int tempX, tempY;
385 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
386 *x = tempX;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMote.cpp 187 float tempX = 0.0f, tempY = 0.0f;
188 mWiiMote.GetCalibratedChuckStick(tempX, tempY);
191 newEvent.nunChuckXAxis = (int)(tempX * JoyStick::MAX_AXIS);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Body.java 821 final float tempX = worldPoint.x - m_sweep.c.x;
824 out.y = m_angularVelocity * tempX + m_linearVelocity.y;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Collision.java 286 final float tempx = cLocalx - vertex.x; local
288 s = normals[i].x * tempx + normals[i].y * tempy;
341 final float tempX = cLocalx - v1.x;
345 final float u1 = tempX * temp2X + tempY * temp2Y;
505 final float tempx = xf1q.c * v.x - xf1q.s * v.y;
507 final float normal1x = xf2q.c * tempx + xf2q.s * tempy;
508 final float normal1y = -xf2q.s * tempx + xf2q.c * tempy;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 481 float tempX = (tapX - mPlatform.mCurrentX) / b.mCurrentScale;
484 int x = (int) (-tempX * targetScale + 0.5f);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 849 final float tempX = p.x - b.m_sweep.c.x;
854 float vy = b.m_angularVelocity * tempX + b.m_linearVelocity.y - velA.y;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 532 milliseconds