HomeSort by relevance Sort by last modified time
    Searched refs:newMatrix (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
Converter.java 143 public static javax.vecmath.Matrix3f convert(com.jme3.math.Quaternion oldQuaternion, javax.vecmath.Matrix3f newMatrix) {
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.m22 = 1 - (xx + yy)
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 403 AutoViewMatrixRestore(GrDrawState* ds, const GrMatrix& newMatrix) {
405 this->set(ds, newMatrix);
414 void set(GrDrawState* ds, const GrMatrix& newMatrix) {
420 ds->setViewMatrix(newMatrix);
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 148 ASSIGN(i, newMatrix);
android_npapi.h 267 ANPMatrix* (*newMatrix)();
268 /** Delete a matrix previously allocated by newMatrix()
    [all...]
  /external/zxing/core/
core.jar 

Completed in 716 milliseconds