Searched defs:zs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
H A DrsMatrix.cpp88 const float zs = z * s; local
90 m[ 4] = xy*nc - zs;
92 m[ 1] = xy*nc + zs;
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp372 const GLfloat zs = z * s; local
373 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
374 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;

Completed in 159 milliseconds