Searched refs:wnd_width (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 425 int wnd_width, wnd_height, fb_width, fb_height; in main() local 430 glfwGetWindowSize(window, &wnd_width, &wnd_height); in main() 435 scale = (float) fb_width / (float) wnd_width; in main()
|
/third_party/glfw/examples/ |
H A D | splitview.c | 411 int wnd_width, wnd_height, fb_width, fb_height; in cursorPosFun() local 414 glfwGetWindowSize(window, &wnd_width, &wnd_height); in cursorPosFun() 417 scale = (double) fb_width / (double) wnd_width; in cursorPosFun()
|
Completed in 2 milliseconds