Home
last modified time | relevance | path

Searched refs:mtxBeforeFlipV (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
DGLConsumer.cpp843 float mtxBeforeFlipV[16]; in computeTransformMatrix() local
894 mtxMul(mtxBeforeFlipV, crop, xform); in computeTransformMatrix()
897 mtxBeforeFlipV[i] = xform[i]; in computeTransformMatrix()
905 mtxMul(outTransform, mtxFlipV, mtxBeforeFlipV); in computeTransformMatrix()