Searched refs:mtxMul (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp113 static void mtxMul(float out[16], const float a[16], const float b[16]);
584 mtxMul(result, xform, mtxFlipH);
591 mtxMul(result, xform, mtxFlipV);
598 mtxMul(result, xform, mtxRot90);
665 mtxMul(mtxBeforeFlipV, crop, xform);
671 mtxMul(mCurrentTransformMatrix, mtxFlipV, mtxBeforeFlipV);
885 static void mtxMul(float out[16], const float a[16], const float b[16]) { function in namespace:android

Completed in 5 milliseconds