Home
last modified time | relevance | path

Searched refs:iconified (Results 1 – 16 of 16) sorted by relevance

/third_party/glfw/tests/
Diconify.c130 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback() argument
134 iconified ? "iconified" : "restored"); in window_iconify_callback()
Devents.c320 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/
Dwin32_window.c694 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()
Dwin32_platform.h237 GLFWbool iconified; member
Dwindow.c83 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify() argument
86 window->callbacks.iconify((GLFWwindow*) window, iconified); in _glfwInputWindowIconify()
Dinternal.h848 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified);
/third_party/glfw/docs/
Dwindow.dox87 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/
DWGL_EXT_pbuffer.txt43 no longer using them -- for example, if the program is iconified.)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_pbuffer.txt43 no longer using them -- for example, if the program is iconified.)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_pbuffer.txt68 iconified.)
/third_party/openGLES/extensions/ARB/
DWGL_ARB_pbuffer.txt78 iconified.)
/third_party/ffmpeg/doc/
Doutdevs.texi399 Set the name of the iconified SDL window, if not specified it is set
Dindevs.texi1575 the window is closed, unmapped (i.e., iconified) or shrunk beyond the video
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_pbuffer.txt52 no longer using them -- for example, if the program is iconified.)
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_pbuffer.txt52 no longer using them -- for example, if the program is iconified.)
/third_party/NuttX/
DReleaseNotes22934 needed by Twm4Nx: When a window is iconified, the icon should
22941 time it was iconified. From Gregory Nutt.