Loading libs/hwui/Matrix.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -155,8 +155,7 @@ void Matrix4::load(const float* v) { } void Matrix4::load(const Matrix4& v) { memcpy(data, v.data, sizeof(data)); mType = v.getType(); *this = v; } void Matrix4::load(const SkMatrix& v) { Loading libs/hwui/Matrix.h +0 −4 Original line number Diff line number Diff line Loading @@ -85,10 +85,6 @@ public: load(v); } Matrix4(const Matrix4& v) { load(v); } Matrix4(const SkMatrix& v) { load(v); } Loading Loading
libs/hwui/Matrix.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -155,8 +155,7 @@ void Matrix4::load(const float* v) { } void Matrix4::load(const Matrix4& v) { memcpy(data, v.data, sizeof(data)); mType = v.getType(); *this = v; } void Matrix4::load(const SkMatrix& v) { Loading
libs/hwui/Matrix.h +0 −4 Original line number Diff line number Diff line Loading @@ -85,10 +85,6 @@ public: load(v); } Matrix4(const Matrix4& v) { load(v); } Matrix4(const SkMatrix& v) { load(v); } Loading