Lines Matching refs:srcCol
1081 GLint srcCol = j % 32;1082 GLubyte texel = (message[srcRow][srcCol]=='X') ? 255 : 70;