Searched refs:windowed_height (Results 1 - 3 of 3) sorted by relevance
/third_party/glfw/tests/ |
H A D | iconify.c | 41 static int windowed_xpos, windowed_ypos, windowed_width = 640, windowed_height = 480; variable 102 windowed_width, windowed_height, in key_callback() 112 glfwGetWindowSize(window, &windowed_width, &windowed_height); in key_callback() 185 height = windowed_height; in create_window()
|
H A D | window.c | 53 int windowed_x, windowed_y, windowed_width, windowed_height; in main() local 136 windowed_width, windowed_height, 0); in main() 146 glfwGetWindowSize(window, &windowed_width, &windowed_height); in main()
|
/third_party/glfw/examples/ |
H A D | boing.c | 94 int windowed_xpos, windowed_ypos, windowed_width, windowed_height; variable 254 windowed_width, windowed_height, 0); in key_callback() 263 glfwGetWindowSize(window, &windowed_width, &windowed_height); in key_callback()
|
Completed in 3 milliseconds