Searched defs:Matrix4 (Results 1 – 3 of 3) 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
52 class Matrix4; variable