Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 4 of 4) sorted by relevance

/development/samples/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java147 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/
DTextureRenderer.java147 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/
DCubeWallpaper1.java202 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/
DMonkeySourceScript.java549 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()