Home
last modified time | relevance | path

Searched defs:yz (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/angle/samples/gles2_book/Common/
DesTransform.c64 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; in esRotate() local
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java412 float yz = y * zs; in toRotationMatrix() local
457 float yz = y * zs; in toRotationMatrix() local
516 float yz = y * z * norm; in getRotationColumn() local
/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.cpp237 float yz = y * zs; in convertQuat() local
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DConverter.java157 float yz = oldQuaternion.getY() * zs; in convert() local
/external/chromium_org/mojo/examples/sample_app/
Dspinning_cube.cc252 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; in Rotate() local
/external/freetype/src/base/
Dftcalc.c800 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
Dftoutln.c683 FT_Pos xz, yz; in FT_Vector_Transform() local
/external/chromium_org/third_party/freetype/src/base/
Dftcalc.c800 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
Dftoutln.c683 FT_Pos xz, yz; in FT_Vector_Transform() local
/external/opencv/cv/src/
Dcvlinefit.cpp107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; in icvFitLine3D_wods() local
/external/mesa3d/src/mesa/math/
Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp1402 double yz = decomp.quaternionY * decomp.quaternionZ; in recompose() local