Home
last modified time | relevance | path

Searched refs:windowed_xpos (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/tests/
Diconify.c39 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/
Dboing.c92 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()