HomeSort by relevance Sort by last modified time
    Searched defs:Matrix4 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
composite-pointer-type.cpp 48 typedef double Matrix4[4][4];
50 bool f(Matrix4 m1, const Matrix4 m2) {
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 50 Matrix4(true,false),
  /frameworks/base/libs/hwui/
Matrix.h 33 class ANDROID_API Matrix4 {
51 Matrix4() {
55 Matrix4(const float* v) {
59 Matrix4(const Matrix4& v) {
63 Matrix4(const SkMatrix& v) {
70 void load(const Matrix4& v);
73 void loadInverse(const Matrix4& v);
79 void loadMultiply(const Matrix4& u, const Matrix4& v)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 70 typedef double Matrix4[4][4];
349 void setMatrix(const Matrix4 m)
352 memcpy(m_matrix, m, sizeof(Matrix4));
355 Matrix4 m_matrix;

Completed in 239 milliseconds