Searched refs:xs (Results 1 – 7 of 7) sorted by relevance
133 float xs = x * s; in loadRotate() local141 mMat[9] = yz*nc - xs; in loadRotate()143 mMat[6] = yz*nc + xs; in loadRotate()
148 float xs = x * s; in loadRotate() local156 mMat[ 9] = yz*nc - xs; in loadRotate()158 mMat[ 6] = yz*nc + xs; in loadRotate()
224 const float xs = x * s; in loadRotate() local232 m[ 9] = yz*nc - xs; in loadRotate()234 m[ 6] = yz*nc + xs; in loadRotate()
244 const float xs = x * s; in loadRotate() local253 data[9] = yz * nc - xs; in loadRotate()255 data[6] = yz * nc + xs; in loadRotate()
596 float xs = x * s; in setRotateM() local604 rm[rmOffset + 9] = yz*nc - xs; in setRotateM()606 rm[rmOffset + 6] = yz*nc + xs; in setRotateM()
779 int[] xs = horizontalAxis.locations; in onDraw() local780 if (xs != null) { in onDraw()781 for (int i = 0, length = xs.length; i < length; i++) { in onDraw()782 int x = xs[i]; in onDraw()
370 const GLfloat xs = x * s; in rotate() local374 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs; in rotate()375 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c; in rotate()