Lines Matching defs:flipV
119 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> flipV = {1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
137 *transformMatrix = MatrixProduct(*transformMatrix, flipV);
143 *transformMatrix = MatrixProduct(flipV, rotate90);
149 *transformMatrix = MatrixProduct(flipV, rotate180);
155 *transformMatrix = MatrixProduct(flipV, rotate270);
207 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> flipV = {1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1};
225 *transformMatrix = flipV;
228 *transformMatrix = MatrixProduct(flipV, rotate90);
234 *transformMatrix = flipV;
243 *transformMatrix = MatrixProduct(flipV, rotate90);
291 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> flipV = {1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1};
292 transformMatrix = MatrixProduct(flipV, transformMatrix);