Searched refs:trimasks (Results 1 – 1 of 1) sorted by relevance
994 static const int trimasks[2][2] = { { 0x7, 0xD }, { 0xE, 0xB } }; in visibletris() local1020 loopi(2) if((touching&trimasks[order][i])==trimasks[order][i]) in visibletris()