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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp90 static void mtxMul(float out[16], const float a[16], const float b[16]);
757 mtxMul(result, xform, mtxFlipH);
764 mtxMul(result, xform, mtxFlipV);
771 mtxMul(result, xform, mtxRot90);
838 mtxMul(mtxBeforeFlipV, crop, xform);
849 mtxMul(mCurrentTransformMatrix, mtxFlipV, mtxBeforeFlipV);
1035 static void mtxMul(float out[16], const float a[16], const float b[16]) { function in namespace:android

Completed in 151 milliseconds