Searched refs:mtxMul (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp109 static void mtxMul(float out[16], const float a[16], const float b[16]);
886 mtxMul(result, xform, mtxFlipH);
893 mtxMul(result, xform, mtxFlipV);
900 mtxMul(result, xform, mtxRot90);
959 mtxMul(mtxBeforeFlipV, crop, xform);
965 mtxMul(mCurrentTransformMatrix, mtxFlipV, mtxBeforeFlipV);
1203 static void mtxMul(float out[16], const float a[16], const float b[16]) { function

Completed in 22 milliseconds