Home | History | Annotate | Download | only in X11

Lines Matching refs:height

124 Window::Window (Display& display, int width, int height, ::Visual* visual)
167 if (height == glu::RenderConfig::DONT_CARE)
168 height = DEFAULT_WINDOW_HEIGHT;
170 m_window = XCreateWindow(dpy, root, 0, 0, width, height, 0,
209 void Window::getDimensions (int* width, int* height) const
218 if (height != DE_NULL)
219 *height = static_cast<int>(height_);
222 void Window::setDimensions (int width, int height)
227 changes.height = height;