Lines Matching defs:width
575 unsigned int width, unsigned int height,
619 data[(2 * i) + 1] = width;
638 data[3] = width;
719 unsigned int width, unsigned int height,
723 width, height,
735 int i, width, height;
741 width = 0;
748 width = attrib_list[i + 1];
772 if (apple_glx_pbuffer_create(dpy, config, width, height, &errorcode,
788 width = attrib_list[i * 2 + 1];
797 width, height, attrib_list, GL_TRUE);
828 unsigned int width, height, bd, depth;
848 (dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth)) {
851 *value = width;