Searched refs:windowed_height (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | iconify.c | 39 static int windowed_xpos, windowed_ypos, windowed_width, windowed_height; variable 89 windowed_width, windowed_height, in key_callback() 99 glfwGetWindowSize(window, &windowed_width, &windowed_height); in key_callback()
|
/third_party/flutter/glfw/examples/ |
D | boing.c | 92 int windowed_xpos, windowed_ypos, windowed_width, windowed_height; variable 252 windowed_width, windowed_height, 0); in key_callback() 261 glfwGetWindowSize(window, &windowed_width, &windowed_height); in key_callback()
|