Searched defs:Matrix4 (Results 1 – 6 of 6) sorted by relevance
27 class Matrix4; variable
37 class Matrix4; variable
79 Matrix4() { loadIdentity(); } in Matrix4() function81 explicit Matrix4(const float* v) { load(v); } in Matrix4() function83 Matrix4(const SkMatrix& v) { // NOLINT, implicit in Matrix4() function
32 class Matrix4; variable
48 class Matrix4; variable
27 typedef float Matrix4[4]; typedef