Lines Matching defs:rotate90
115 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> rotate90 = {0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
125 *transformMatrix = MatrixProduct(*transformMatrix, rotate90);
140 *transformMatrix = MatrixProduct(flipH, rotate90);
143 *transformMatrix = MatrixProduct(flipV, rotate90);
203 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> rotate90 = {0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1};
213 *transformMatrix = rotate90;
228 *transformMatrix = MatrixProduct(flipV, rotate90);
231 *transformMatrix = MatrixProduct(flipH, rotate90);
240 *transformMatrix = MatrixProduct(flipH, rotate90);
243 *transformMatrix = MatrixProduct(flipV, rotate90);