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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
H A DConverter.java143 public static javax.vecmath.Matrix3f convert(com.jme3.math.Quaternion oldQuaternion, javax.vecmath.Matrix3f newMatrix) { argument
163 newMatrix.m00 = 1 - (yy + zz);
164 newMatrix.m01 = (xy - zw);
165 newMatrix.m02 = (xz + yw);
166 newMatrix.m10 = (xy + zw);
167 newMatrix.m11 = 1 - (xx + zz);
168 newMatrix.m12 = (yz - xw);
169 newMatrix.m20 = (xz - yw);
170 newMatrix.m21 = (yz + xw);
171 newMatrix
182 convert(javax.vecmath.Matrix3f oldMatrix, com.jme3.math.Matrix3f newMatrix) argument
201 convert(com.jme3.math.Matrix3f oldMatrix, javax.vecmath.Matrix3f newMatrix) argument
[all...]
/external/skia/src/gpu/
H A DGrDrawState.h403 AutoViewMatrixRestore(GrDrawState* ds, const GrMatrix& newMatrix) { argument
405 this->set(ds, newMatrix);
414 void set(GrDrawState* ds, const GrMatrix& newMatrix) { argument
420 ds->setViewMatrix(newMatrix);
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h267 ANPMatrix* (*newMatrix)(); member in struct:ANPMatrixInterfaceV0
268 /** Delete a matrix previously allocated by newMatrix()
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 629 milliseconds