Lines Matching defs:width
38 static int width, height;
226 aspect = (float) width / (float) height;
257 glViewport(0, height / 2, width / 2, height / 2);
258 glScissor(0, height / 2, width / 2, height / 2);
271 glViewport(0, 0, width / 2, height / 2);
272 glScissor(0, 0, width / 2, height / 2);
285 glViewport(width / 2, 0, width / 2, height / 2);
286 glScissor(width / 2, 0, width / 2, height / 2);
321 glViewport(width / 2, height / 2, width / 2, height / 2);
322 glScissor(width / 2, height / 2, width / 2, height / 2);
358 glViewport(0, 0, width, height);
387 width = w;
461 if (xpos >= width / 2)
524 glfwGetFramebufferSize(window, &width, &height);
525 framebufferSizeFun(window, width, height);