Searched defs:zx (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsMatrix4x4.cpp223 const float zx = z * x; local
229 m[ 8] = zx*nc + ys;
233 m[ 2] = zx*nc - ys;
/frameworks/base/libs/hwui/
H A DMatrix.cpp333 const float zx = z * x; local
340 data[8] = zx * nc + ys;
344 data[2] = zx * nc - ys;
/frameworks/native/include/ui/
H A Dmat4.h317 T zx = z * x; local
321 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
323 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp369 const GLfloat zx = z * x; local
373 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
375 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;

Completed in 712 milliseconds