Lines Matching defs:width
46 const int farea = fm->width * fm->height;
47 const int sarea = sm->width * sm->height;
57 // Then sort on width
58 if (fm->width != sm->width)
59 return fm->width - sm->width;
127 int width, height, xoff, yoff;
128 _glfw.platform.getWindowSize(window, &width, &height);
129 _glfw.platform.setWindowMonitor(window, NULL, 0, 0, width, height, 0);
247 sizeDiff = abs((current->width - desired->width) *
248 (current->width - desired->width) +
343 int* width, int* height)
349 if (width)
350 *width = 0;
359 _glfw.platform.getMonitorWorkarea(monitor, xpos, ypos, width, height);