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