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

/frameworks/base/libs/hwui/
H A DMatrix.h47 class ANDROID_API Matrix4 { class in namespace:android::uirenderer
80 Matrix4() { function in class:android::uirenderer::Matrix4
84 Matrix4(const float* v) { function in class:android::uirenderer::Matrix4
88 Matrix4(const SkMatrix& v) { function in class:android::uirenderer::Matrix4
101 Matrix4& operator=(const SkMatrix& v) {
106 friend bool operator==(const Matrix4& a, const Matrix4& b) {
110 friend bool operator!=(const Matrix4& a, const Matrix4& b) {
117 void load(const Matrix4
[all...]

Completed in 45 milliseconds