Lines Matching refs:flipH
118 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> flipH = {-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
134 *transformMatrix = MatrixProduct(*transformMatrix, flipH);
140 *transformMatrix = MatrixProduct(flipH, rotate90);
146 *transformMatrix = MatrixProduct(flipH, rotate180);
152 *transformMatrix = MatrixProduct(flipH, rotate270);
206 const std::array<float, TRANSFORM_MATRIX_ELE_COUNT> flipH = {-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1};
222 *transformMatrix = flipH;
231 *transformMatrix = MatrixProduct(flipH, rotate90);
237 *transformMatrix = flipH;
240 *transformMatrix = MatrixProduct(flipH, rotate90);