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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 104 final int[] xCoords = mXCoordinates.getPrimitiveArray();
106 xCoords[downIndex] = markAsDownEvent(xCoords[downIndex]);
174 final int[] xCoords = mXCoordinates.getPrimitiveArray();
192 int p1x = getXCoordValue(xCoords[startIndex]);
198 final int p2x = getXCoordValue(xCoords[i]);
202 if (!isDownEventXCoord(xCoords[i])) {
235 System.arraycopy(xCoords, startIndex, xCoords, 0, newSize);
257 final int[] xCoords = mXCoordinates.getPrimitiveArray()
    [all...]
GestureStrokeDrawingPoints.java 88 * @param xCoords the x-coordinates array of gesture trail to be drawn.
94 final ResizableIntArray xCoords, final ResizableIntArray yCoords,
101 xCoords.append(mPreviewXCoordinates, mLastPreviewSize, length);
116 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
118 * @param xCoords the x-coordinates array of gesture trail to be drawn.
125 final ResizableIntArray eventTimes, final ResizableIntArray xCoords,
161 xCoords.addAt(d1, (int)mInterpolator.mInterpolatedX);
169 xCoords.addAt(d1, px[p2]);
HermiteInterpolator.java 48 * @param xCoords the array of x-coordinates. Valid data are in left-open interval
55 public void reset(final int[] xCoords, final int[] yCoords, final int minPos,
57 mXCoords = xCoords;
  /external/skia/src/shaders/
SkPerlinNoiseShader.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 475 std::set<float> xCoords;
477 xCoords.insert(data[i].x());
482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 475 std::set<float> xCoords;
477 xCoords.insert(data[i].x());
482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX)
    [all...]

Completed in 288 milliseconds