Searched defs:Matrix3 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 93 Matrix3<T>::Matrix3() in Matrix3() function 97 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() function 113 Matrix3<T>::Matrix3(std::vector<T> matrix) in Matrix3() function 125 Matrix3<T>::Matrix3(const T* v) in Matrix3() function
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_math.h | 187 struct Matrix3 { struct 190 friend Matrix3 operator*(const Matrix3& left, const Matrix3& right); argument 192 static const Matrix3 Identity; argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 91 Matrix3<T>::Matrix3() in Matrix3() function 95 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() function 111 Matrix3<T>::Matrix3(const T* v) in Matrix3() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix3.cpp | 139 Matrix3 Matrix3; in operator *() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 459 Matrix3<T>::Matrix3() in Matrix3() function 473 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() function
|