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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 133 * @param yCoords the y-coordinates array of gesture trail to be drawn.
138 final ResizableIntArray xCoords, final ResizableIntArray yCoords,
146 yCoords.append(mPreviewYCoordinates, mLastPreviewSize, length);
160 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
163 * @param yCoords the y-coordinates array of gesture trail to be drawn.
170 final ResizableIntArray yCoords, final ResizableIntArray types) {
206 yCoords.add(d1, (int)mInterpolator.mInterpolatedY);
214 yCoords.add(d1, py[p2]);
GestureTrail.java 217 final int[] yCoords = mYCoordinates.getPrimitiveArray();
235 int p1y = yCoords[startIndex];
241 final int p2y = yCoords[i];
278 System.arraycopy(yCoords, startIndex, yCoords, 0, newSize);
300 final int[] yCoords = mYCoordinates.getPrimitiveArray();
314 canvas.drawPoint(getXCoordValue(xCoords[i]), yCoords[i], paint);
  /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 820 milliseconds