Searched refs:x1 (Results 1 – 4 of 4) sorted by relevance
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | TextureRenderer.java | 147 float x0, y0, x1, y1; in computeOutputVertices() local 151 x1 = 1.0f / relativeAspectRatio; in computeOutputVertices() 156 x1 = 1.0f; in computeOutputVertices() 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; in computeOutputVertices()
|
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
D | TextureRenderer.java | 147 float x0, y0, x1, y1; in computeOutputVertices() local 151 x1 = 1.0f / relativeAspectRatio; in computeOutputVertices() 156 x1 = 1.0f; in computeOutputVertices() 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; in computeOutputVertices()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine() argument 217 float newx1 = (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1); in drawLine() 219 newz1 = (float)(Math.cos(yrot) * newz1 - Math.sin(yrot) * x1); in drawLine()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceScript.java | 549 float x1 = pt1xStart; in handleEvent() local 565 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5)); in handleEvent() 569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); in handleEvent() 572 x1 += pt1xStep; in handleEvent() 579 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2, in handleEvent() 584 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1) in handleEvent()
|