Lines Matching defs:height
46 const int farea = fm->width * fm->height;
47 const int sarea = sm->width * sm->height;
127 int width, height, xoff, yoff;
128 _glfw.platform.getWindowSize(window, &width, &height);
129 _glfw.platform.setWindowMonitor(window, NULL, 0, 0, width, height, 0);
249 (current->height - desired->height) *
250 (current->height - desired->height));
343 int* width, int* height)
351 if (height)
352 *height = 0;
359 _glfw.platform.getMonitorWorkarea(monitor, xpos, ypos, width, height);