matrix            270 modules/games/gui_tetris.c static void setMatrixCells(int *matrix, int width, int height, int value)
matrix            277 modules/games/gui_tetris.c             *(matrix + i + (j * width)) = value;