Lines Matching refs:Height
32 static int Width = 400, Height = 400;
64 for (j = 0; j < Height; j += 2) {
73 for (i = 0; i < Height; i += 2) {
83 glVertex2f(i, Height);
89 for (j = 0; j < Height; j += 4) {
107 Reshape(int width, int height)
110 Height = height;
111 glViewport(0, 0, width, height);
114 glOrtho(0, width, 0, height, -1, 1);
190 glutInitWindowSize(Width, Height);