Searched refs:windowed_xpos (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 88 windowed_xpos, windowed_ypos, in key_callback() 98 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
/third_party/flutter/glfw/examples/ |
D | boing.c | 92 int windowed_xpos, windowed_ypos, windowed_width, windowed_height; variable 251 windowed_xpos, windowed_ypos, in key_callback() 260 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|