Home
last modified time | relevance | path

Searched refs:y0 (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DTextureRenderer.java147 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/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java147 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()