Searched refs:x0 (Results 1 – 1 of 1) sorted by relevance
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | TextureRenderer.java | 147 float x0, y0, x1, y1; in computeOutputVertices() local 149 x0 = -1.0f / relativeAspectRatio; in computeOutputVertices() 154 x0 = -1.0f; in computeOutputVertices() 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; in computeOutputVertices()
|