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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 30 public int mP1X, mP1Y;
66 * The start and end coordinates of the interval will be set in {@link #mP1X}, {@link #mP1Y},
81 mP1Y = mYCoords[p1];
86 final int ay = mP2Y - mP1Y;
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f;
117 mSlope2Y = (mYCoords[p3] - mP1Y) / 2.0f;
159 mInterpolatedY = (k1 * mP1Y + t * mSlope1Y) * omt2 + (k2 * mP2Y - omt * mSlope2Y) * t2;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h 119 unsigned short mP1Y;
132 mP1X = mP1Y = mP2X = mP2Y = mP1Size = mP2Size = 0;

Completed in 46 milliseconds