Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvasImpl.java315 float y4 = m[1] * x2 + m[5] * y2 + m[13]; in mapPoints() local
318 r[3] = y4 / w4; in mapPoints()