Searched refs:iconified (Results 1 – 16 of 16) sorted by relevance
/third_party/glfw/tests/ |
D | iconify.c | 130 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback() argument 134 iconified ? "iconified" : "restored"); in window_iconify_callback()
|
D | events.c | 320 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback() argument 325 iconified ? "iconified" : "restored"); in window_iconify_callback()
|
/third_party/glfw/src/ |
D | win32_window.c | 694 const GLFWbool iconified = in windowProc() local 695 !window->win32.iconified && wParam == SIZE_MINIMIZED; in windowProc() 697 window->win32.iconified && in windowProc() 703 if (iconified) in windowProc() 711 if (iconified) in windowProc() 713 window->win32.iconified = GLFW_TRUE; in windowProc() 719 window->win32.iconified = GLFW_FALSE; in windowProc()
|
D | win32_platform.h | 237 GLFWbool iconified; member
|
D | window.c | 83 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify() argument 86 window->callbacks.iconify((GLFWwindow*) window, iconified); in _glfwInputWindowIconify()
|
D | internal.h | 848 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified);
|
/third_party/glfw/docs/ |
D | window.dox | 87 window iconified if it loses input focus, to allow the user to switch back to 724 Windows can be iconified (i.e. minimized) with @ref glfwIconifyWindow. 730 When a full screen window is iconified, the original video mode of its monitor 742 If you wish to be notified when a window is iconified or restored, whether by 752 void window_iconify_callback(GLFWwindow* window, int iconified) 754 if (iconified) 756 // The window was iconified 768 int iconified = glfwGetWindowAttrib(window, GLFW_ICONIFIED); 889 `GLFW_ICONIFIED` indicates whether the specified window is iconified, whether by
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_pbuffer.txt | 43 no longer using them -- for example, if the program is iconified.)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_pbuffer.txt | 43 no longer using them -- for example, if the program is iconified.)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_pbuffer.txt | 68 iconified.)
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_pbuffer.txt | 78 iconified.)
|
/third_party/ffmpeg/doc/ |
D | outdevs.texi | 399 Set the name of the iconified SDL window, if not specified it is set
|
D | indevs.texi | 1575 the window is closed, unmapped (i.e., iconified) or shrunk beyond the video
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 52 no longer using them -- for example, if the program is iconified.)
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 52 no longer using them -- for example, if the program is iconified.)
|
/third_party/NuttX/ |
D | ReleaseNotes | 22934 needed by Twm4Nx: When a window is iconified, the icon should 22941 time it was iconified. From Gregory Nutt.
|