Home
last modified time | relevance | path

Searched refs:windowed_height (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
89 windowed_width, windowed_height, in key_callback()
99 glfwGetWindowSize(window, &windowed_width, &windowed_height); in key_callback()
/third_party/flutter/glfw/examples/
Dboing.c92 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()