Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:mMatrix

37     : mMatrix(other.mMatrix), mType(other.mType) {
67 const mat33& A(mMatrix);
68 const mat33& B(rhs.mMatrix);
69 mat33& D(r.mMatrix);
87 return mMatrix[i];
95 return mMatrix[2][0];
99 return mMatrix[2][1];
105 vec3& v(mMatrix[i]);
113 mMatrix[2][0] = tx;
114 mMatrix[2][1] = ty;
115 mMatrix[2][2] = 1.0f;
126 mat33& M(mMatrix);
150 mat33& M(H.mMatrix);
158 mat33& M(V.mMatrix);
167 mat33& M(R.mMatrix);
178 const mat33& M(mMatrix);
186 const mat33& M(mMatrix);
250 const mat33& M(mMatrix);
308 result.mMatrix[2][0] = -result.mMatrix[2][0];
309 result.mMatrix[2][1] = -result.mMatrix[2][1];
314 const mat33& M(mMatrix);
324 R.mMatrix[0][0] = d*idet; R.mMatrix[0][1] = -c*idet;
325 R.mMatrix[1][0] = -b*idet; R.mMatrix[1][1] = a*idet;
328 T.mMatrix[2][0] = -x;
329 T.mMatrix[2][1] = -y;
355 const mat33& m(mMatrix);