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];
91 return mMatrix[2][0];
95 return mMatrix[2][1];
101 vec3& v(mMatrix[i]);
109 mMatrix[2][0] = tx;
110 mMatrix[2][1] = ty;
111 mMatrix[2][2] = 1.0f;
122 mat33& M(mMatrix);
146 mat33& M(H.mMatrix);
154 mat33& M(V.mMatrix);
163 mat33& M(R.mMatrix);
174 const mat33& M(mMatrix);
182 const mat33& M(mMatrix);
246 const mat33& M(mMatrix);
304 result.mMatrix[2][0] = -result.mMatrix[2][0];
305 result.mMatrix[2][1] = -result.mMatrix[2][1];
310 const mat33& M(mMatrix);
319 result.mMatrix[0][0] = d*idet;
320 result.mMatrix[0][1] = -c*idet;
321 result.mMatrix[1][0] = -b*idet;
322 result.mMatrix[1][1] = a*idet;
327 result.mMatrix[2][0] = T[0];
328 result.mMatrix[2][1] = T[1];
352 const mat33& m(mMatrix);