HomeSort by relevance Sort by last modified time
    Searched refs:tempY (Results 1 - 11 of 11) 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) {
363 *y = tempY;
384 int tempX, tempY;
385 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
387 *y = tempY;
  /external/opencv3/modules/imgproc/src/opencl/
filter2D.cl 215 int tempY = srcY;
216 EXTRAPOLATE(tempY, srcBeginY, srcEndY);
217 data[sy + sy_index] = convertToWT(loadpix(srcptr + mad24(tempY, src_step, srcX * SRCSIZE)));
  /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);
197 newEvent.nunChuckYAxis = (int)(tempY * JoyStick::MAX_AXIS);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Vec2.java 212 final float tempy = -s * a.x; local
214 out.y = tempy;
228 final float tempY = s * a.x;
230 out.y = tempY;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Body.java 822 final float tempY = worldPoint.y - m_sweep.c.y;
823 out.x = -m_angularVelocity * tempY + m_linearVelocity.x;
    [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 287 final float tempy = cLocaly - vertex.y; local
288 s = normals[i].x * tempx + normals[i].y * tempy;
342 final float tempY = cLocaly - v1.y;
345 final float u1 = tempX * temp2X + tempY * temp2Y;
506 final float tempy = xf1q.s * v.x + xf1q.c * 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 482 float tempY = (tapY - b.mCurrentY) / b.mCurrentScale;
485 int y = (int) (-tempY * 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 850 final float tempY = p.y - b.m_sweep.c.y;
853 float vx = -b.m_angularVelocity * tempY + b.m_linearVelocity.x - velA.x;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 1673 milliseconds