Home
last modified time | relevance | path

Searched defs:m00 (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dmatrix_helpers.h11 inline mat4 MakeMat4(float m00, float m01, float m02, float m03, float m10, in MakeMat4()
/frameworks/native/libs/math/include/math/
Dmat2.h276 CONSTEXPR TMat22<T>::TMat22( A m00, B m01, C m10, D m11) { in TMat22()
Dmat3.h303 A m00, B m01, C m02, in TMat33()
Dmat4.h351 A m00, B m01, C m02, D m03, in TMat44()
/frameworks/base/libs/hwui/
DMatrix.cpp86 float m00 = data[kScaleX]; in getType() local
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java793 float m00 = mValues[0]; in computeTypeMask() local