Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java92 float ox = nx; in rotated90() local
94 ny = -ox; in rotated90()
/frameworks/native/opengl/libagl/
Dmatrix.cpp698 GLfloat ox = sx + x; in ogles_viewport() local
709 f[0] = sx; f[4] = 0; f[ 8] = 0; f[12] = ox; in ogles_viewport()