Home
last modified time | relevance | path

Searched refs:maximized (Results 1 - 18 of 18) sorted by relevance

/third_party/glfw/src/
H A Dnull_window.c101 window->null.maximized = wndconfig->maximized; in createNativeWindow()
358 else if (window->null.maximized) in _glfwRestoreWindowNull()
360 window->null.maximized = GLFW_FALSE; in _glfwRestoreWindowNull()
367 if (!window->null.maximized) in _glfwMaximizeWindowNull()
369 window->null.maximized = GLFW_TRUE; in _glfwMaximizeWindowNull()
376 return window->null.maximized; in _glfwWindowMaximizedNull()
H A Dwl_window.c568 window->wl.pending.maximized = GLFW_FALSE; in xdgToplevelHandleConfigure()
576 window->wl.pending.maximized = GLFW_TRUE; in xdgToplevelHandleConfigure()
641 if (window->wl.maximized != window->wl.pending.maximized) in xdgSurfaceHandleConfigure()
643 window->wl.maximized = window->wl.pending.maximized; in xdgSurfaceHandleConfigure()
644 _glfwInputWindowMaximize(window, window->wl.maximized); in xdgSurfaceHandleConfigure()
652 if (!window->wl.maximized && !window->wl.fullscreen) in xdgSurfaceHandleConfigure()
698 GLFWbool fullscreen, activated, maximized; in libdecorFrameHandleConfigure() local
704 maximized in libdecorFrameHandleConfigure()
[all...]
H A Dx11_window.c644 if (wndconfig->maximized) in createNativeWindow()
651 window->x11.maximized = GLFW_TRUE; in createNativeWindow()
1820 const GLFWbool maximized = _glfwWindowMaximizedX11(window); in processEvent() local
1821 if (window->x11.maximized != maximized) in processEvent()
1823 window->x11.maximized = maximized; in processEvent()
1824 _glfwInputWindowMaximize(window, maximized); in processEvent()
2550 GLFWbool maximized = GLFW_FALSE; in _glfwWindowMaximizedX11() local
2556 return maximized; in _glfwWindowMaximizedX11()
[all...]
H A Dwin32_window.c1029 const GLFWbool maximized = wParam == SIZE_MAXIMIZED || in windowProc() local
1030 (window->win32.maximized && in windowProc()
1039 if (window->win32.maximized != maximized) in windowProc()
1040 _glfwInputWindowMaximize(window, maximized); in windowProc()
1063 window->win32.maximized = maximized; in windowProc()
1363 window->win32.maximized = wndconfig->maximized; in createNativeWindow()
1364 if (wndconfig->maximized) in createNativeWindow()
[all...]
H A Dwindow.c107 // Notifies shared code that a window has been maximized or restored
109 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) in _glfwInputWindowMaximize() argument
112 assert(maximized == GLFW_TRUE || maximized == GLFW_FALSE); in _glfwInputWindowMaximize()
115 window->callbacks.maximize((GLFWwindow*) window, maximized); in _glfwInputWindowMaximize()
365 _glfw.hints.window.maximized = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
H A Dcocoa_platform.h146 GLFWbool maximized; member
H A Dnull_platform.h180 GLFWbool maximized; member
H A Dinternal.h412 GLFWbool maximized; member
928 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized);
H A Dwl_platform.h353 GLFWbool maximized; member
368 GLFWbool maximized; member
H A Dwin32_platform.h422 GLFWbool maximized; member
H A Dx11_platform.h532 GLFWbool maximized; member
/third_party/glfw/tests/
H A Diconify.c148 static void window_maximize_callback(GLFWwindow* window, int maximized) in window_maximize_callback() argument
152 maximized ? "maximized" : "unmaximized"); in window_maximize_callback()
H A Devents.c360 static void window_maximize_callback(GLFWwindow* window, int maximized) in window_maximize_callback() argument
365 maximized ? "maximized" : "unmaximized"); in window_maximize_callback()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java288 * Returns the "maximized" form of a given locale ID, by adding likely subtags where possible.
441 Optional<String> maximized = maximize(localeId); in getSpecialCaseCalendar()
442 if (maximized.isPresent()) { in getSpecialCaseCalendar()
443 switch (maximized.get()) { in getSpecialCaseCalendar()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1725 * void function_name(GLFWwindow* window, int maximized)
1728 * @param[in] window The window that was maximized or restored.
1729 * @param[in] maximized `GLFW_TRUE` if the window was maximized, or
1739 typedef void (* GLFWwindowmaximizefun)(GLFWwindow* window, int maximized);
3830 * (minimized) or maximized. If the window is already restored, this function
3857 * maximized. If the window is already maximized, this function does nothing.
4411 * is called when the window is maximized or restored.
4421 * void function_name(GLFWwindow* window, int maximized)
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java941 ULocale maximized = addLikelySubtags(locale); in getRegionForSupplementalData()
942 region = maximized.getCountry(); in getRegionForSupplementalData()
2157 * "und-Zzzz" cannot be maximized, since there is no reasonable maximization.
2173 * @return The maximized ULocale instance.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java990 ULocale maximized = addLikelySubtags(locale); in getRegionForSupplementalData()
991 region = maximized.getCountry(); in getRegionForSupplementalData()
2692 * "und-Zzzz" cannot be maximized, since there is no reasonable maximization.
2708 * @return The maximized ULocale instance.
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 41 milliseconds