OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mP1X
(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},
80
mP1X
= mXCoords[p1];
85
final int ax = mP2X -
mP1X
;
97
final float bx = (mXCoords[p3] -
mP1X
) / 2.0f;
116
mSlope2X = (mXCoords[p3] -
mP1X
) / 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
118
unsigned short
mP1X
;
132
mP1X
= mP1Y = mP2X = mP2Y = mP1Size = mP2Size = 0;
Completed in 43 milliseconds