Searched defs:Matrix4 (Results 1 – 4 of 4) sorted by relevance
37 class Matrix4; variable
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
47 class Matrix4; variable
27 typedef float Matrix4[4]; typedef