OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yCoords
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
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]);
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);
/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 77 milliseconds