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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 175 final int[] yCoords = mYCoordinates.getPrimitiveArray();
193 int p1y = yCoords[startIndex];
199 final int p2y = yCoords[i];
236 System.arraycopy(yCoords, startIndex, yCoords, 0, newSize);
258 final int[] yCoords = mYCoordinates.getPrimitiveArray();
272 canvas.drawPoint(getXCoordValue(xCoords[i]), yCoords[i], paint);
GestureStrokeDrawingPoints.java 89 * @param yCoords the y-coordinates array of gesture trail to be drawn.
94 final ResizableIntArray xCoords, final ResizableIntArray yCoords,
102 yCoords.append(mPreviewYCoordinates, mLastPreviewSize, length);
116 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
119 * @param yCoords the y-coordinates array of gesture trail to be drawn.
126 final ResizableIntArray yCoords, final ResizableIntArray types) {
162 yCoords.addAt(d1, (int)mInterpolator.mInterpolatedY);
170 yCoords.addAt(d1, py[p2]);
HermiteInterpolator.java 50 * @param yCoords the array of y-coordinates. Valid data are in left-open interval
55 public void reset(final int[] xCoords, final int[] yCoords, final int minPos,
58 mYCoords = yCoords;
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 683 float[] yCoords = new float[] {
693 shader.setAttributeValues("a_y_texcoord", yCoords, 2);
    [all...]

Completed in 168 milliseconds