/third_party/glfw/src/ |
H A D | null_window.c | 101 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 D | wl_window.c | 568 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 D | x11_window.c | 644 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 D | win32_window.c | 1029 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 D | window.c | 107 // 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 D | cocoa_platform.h | 146 GLFWbool maximized; member
|
H A D | null_platform.h | 180 GLFWbool maximized; member
|
H A D | internal.h | 412 GLFWbool maximized; member 928 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized);
|
H A D | wl_platform.h | 353 GLFWbool maximized; member 368 GLFWbool maximized; member
|
H A D | win32_platform.h | 422 GLFWbool maximized; member
|
H A D | x11_platform.h | 532 GLFWbool maximized; member
|
/third_party/glfw/tests/ |
H A D | iconify.c | 148 static void window_maximize_callback(GLFWwindow* window, int maximized) in window_maximize_callback() argument 152 maximized ? "maximized" : "unmaximized"); in window_maximize_callback()
|
H A D | events.c | 360 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 D | SupplementalData.java | 288 * 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 D | glfw3.h | 1725 * 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 D | ULocale.java | 941 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 D | ULocale.java | 990 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |