Searched defs:Matrix4 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DMatrix.h33 class ANDROID_API Matrix4 { class in namespace:android::uirenderer
51 Matrix4() { function in class:android::uirenderer::Matrix4
55 Matrix4(const float* v) { function in class:android::uirenderer::Matrix4
59 Matrix4(const Matrix4& v) { function in class:android::uirenderer::Matrix4
63 Matrix4(const SkMatrix& v) { function in class:android::uirenderer::Matrix4
70 void load(const Matrix4& v);
73 void loadInverse(const Matrix4& v);
79 void loadMultiply(const Matrix4& u, const Matrix4
[all...]

Completed in 330 milliseconds