Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapMesh.java63 float fy = h * y / HEIGHT; in SampleView() local
66 setXY(mVerts, index, fx, fy); in SampleView()
67 setXY(mOrig, index, fx, fy); in SampleView()