HomeSort by relevance Sort by last modified time
    Searched defs:mP2X (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 32 public int mP2X, mP2Y;
67 * {@link #mP2X}, and {@link #mP2Y}. The slope of the tangents at start and end points will be
82 mP2X = mXCoords[p2];
85 final int ax = mP2X - mP1X;
92 mSlope1X = (mP2X - mXCoords[p0]) / 2.0f;
121 final float bx = (mP2X - mXCoords[p0]) / 2.0f;
158 mInterpolatedX = (k1 * mP1X + t * mSlope1X) * omt2 + (k2 * mP2X - omt * mSlope2X) * t2;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h 121 unsigned short mP2X;
132 mP1X = mP1Y = mP2X = mP2Y = mP1Size = mP2Size = 0;

Completed in 194 milliseconds