Searched refs:reshape (Results 1 – 7 of 7) sorted by relevance
10 void reshape(int w, int h);93 reshape(int w, int h) in reshape() function161 glutReshapeFunc(reshape); in init()
114 gState.currentWindow->reshape = reshapeFunc; in glutReshapeFunc()116 gState.currentWindow->reshape = __glutDefaultReshape; in glutReshapeFunc()
52 GLUTreshapeCB reshape; /* resize (width,height) */ variable
105 reshape = __glutDefaultReshape; in GlutWindow()
388 GLUTreshapeCB reshape; /* resize (width,height) */ member
140 win->reshape(win->m_width, win->m_height); in processEventsAndTimeouts()
317 reshape(int width, int height) in reshape() function399 glutReshapeFunc(reshape); in main()