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

  /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...]
Matrix.cpp 33 void Matrix4::loadIdentity() {
58 bool Matrix4::changesBounds() const {
64 bool Matrix4::isPureTranslate() const {
68 bool Matrix4::isSimple() const {
72 bool Matrix4::isIdentity() const {
76 bool Matrix4::isPerspective() const {
81 void Matrix4::load(const float* v) {
88 void Matrix4::load(const Matrix4& v) {
94 void Matrix4::load(const SkMatrix& v)
    [all...]
PathRenderer.h 27 class Matrix4;
28 typedef Matrix4 mat4;
PathRenderer.cpp 54 float m00 = transform->data[Matrix4::kScaleX];
55 float m01 = transform->data[Matrix4::kSkewY];
56 float m10 = transform->data[Matrix4::kSkewX];
57 float m11 = transform->data[Matrix4::kScaleY];
OpenGLRenderer.cpp     [all...]
  /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),
Uniform.java 95 case Matrix4:
139 case Matrix4:
282 case Matrix4:
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 349 u.setValue(VarType.Matrix4, worldMatrix);
352 u.setValue(VarType.Matrix4, viewMatrix);
355 u.setValue(VarType.Matrix4, projMatrix);
358 u.setValue(VarType.Matrix4, viewProjMatrix);
363 u.setValue(VarType.Matrix4, tempMat4);
376 u.setValue(VarType.Matrix4, tempMat4);
381 u.setValue(VarType.Matrix4, tempMat4);
391 u.setValue(VarType.Matrix4, tempMat4);
396 u.setValue(VarType.Matrix4, tempMat4);
401 u.setValue(VarType.Matrix4, tempMat4);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 112 static double determinant4x4(const TransformationMatrix::Matrix4& m)
159 static void adjoint(const TransformationMatrix::Matrix4& matrix, TransformationMatrix::Matrix4& result)
206 static bool inverse(const TransformationMatrix::Matrix4& matrix, TransformationMatrix::Matrix4& result)
234 static void transposeMatrix4(const TransformationMatrix::Matrix4& a, TransformationMatrix::Matrix4& b)
242 static void v4MulPointByMatrix(const Vector4 p, const TransformationMatrix::Matrix4& m, Vector4 result)
292 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedType& result)
294 TransformationMatrix::Matrix4 localMatrix
    [all...]
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;
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 544 setParam(name, VarType.Matrix4, value);
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]

Completed in 4096 milliseconds