Searched defs:Matrix4 (Results 1 – 8 of 8) sorted by relevance
80 Matrix4() { loadIdentity(); } in Matrix4() function82 explicit Matrix4(const float* v) { load(v); } in Matrix4() function84 Matrix4(const SkMatrix& v) { // NOLINT(google-explicit-constructor) in Matrix4() function
38 class Matrix4; variable
49 class Matrix4; variable
16 struct ANGLE_UTIL_EXPORT Matrix4 struct20 Matrix4(); argument
18 Matrix4::Matrix4() in Matrix4() function in Matrix438 Matrix4::Matrix4(float m00, in Matrix4() function in Matrix4
94 typedef Matrix<Scalar,4,4> Matrix4; in transformations() typedef621 typedef Matrix<Scalar,4,4> Matrix4; in transformations_no_scale() typedef
48 typedef double Matrix4[4][4]; typedef
31 typedef float Matrix4[4]; typedef