/third_party/python/Lib/idlelib/ |
H A D | zoomheight.py | 44 maxheight, maxy = self.get_max_height_and_y_coord() 48 if height != maxheight: 50 set_window_geometry(top, (width, maxheight, x, maxy)) 78 maxwidth, maxheight, maxx, maxy = get_window_geometry(top) 100 maxheight += maxrooty - max_y_geom_rooty 102 self._max_height_and_y_coords[screen_dimensions] = maxheight, maxy
|
/third_party/glfw/src/ |
H A D | window.c | 242 window->maxheight = GLFW_DONT_CARE; in glfwCreateWindow() 643 int maxwidth, int maxheight) in glfwSetWindowSizeLimits() 661 if (maxwidth != GLFW_DONT_CARE && maxheight != GLFW_DONT_CARE) in glfwSetWindowSizeLimits() 663 if (maxwidth < 0 || maxheight < 0 || in glfwSetWindowSizeLimits() 664 maxwidth < minwidth || maxheight < minheight) in glfwSetWindowSizeLimits() 668 maxwidth, maxheight); in glfwSetWindowSizeLimits() 676 window->maxheight = maxheight; in glfwSetWindowSizeLimits() 683 maxwidth, maxheight); in glfwSetWindowSizeLimits() 641 glfwSetWindowSizeLimits(GLFWwindow* handle, int minwidth, int minheight, int maxwidth, int maxheight) glfwSetWindowSizeLimits() argument
|
H A D | null_window.c | 48 else if (window->maxheight != GLFW_DONT_CARE) in applySizeLimits() 49 *height = _glfw_max(*height, window->maxheight); in applySizeLimits() 270 int maxwidth, int maxheight) in _glfwSetWindowSizeLimitsNull() 268 _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsNull() argument
|
H A D | wl_window.c | 836 window->maxheight != GLFW_DONT_CARE) in createLibdecorFrame() 840 window->maxheight); in createLibdecorFrame() 873 int minwidth, minheight, maxwidth, maxheight; in updateXdgSizeLimits() local 891 if (window->maxwidth == GLFW_DONT_CARE || window->maxheight == GLFW_DONT_CARE) in updateXdgSizeLimits() 892 maxwidth = maxheight = 0; in updateXdgSizeLimits() 896 maxheight = window->maxheight; in updateXdgSizeLimits() 901 maxheight += GLFW_CAPTION_HEIGHT + GLFW_BORDER_SIZE; in updateXdgSizeLimits() 908 minheight = maxheight = window->wl.height; in updateXdgSizeLimits() 912 xdg_toplevel_set_max_size(window->wl.xdg.toplevel, maxwidth, maxheight); in updateXdgSizeLimits() 2291 _glfwSetWindowSizeLimitsWayland(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsWayland() argument [all...] |
H A D | win32_window.c | 495 if (window->maxwidth != GLFW_DONT_CARE && window->maxheight != GLFW_DONT_CARE) in maximizeWindowManually() 498 rect.bottom = _glfw_min(rect.bottom, rect.top + window->maxheight); in maximizeWindowManually() 1118 window->maxheight != GLFW_DONT_CARE) in windowProc() 1121 mmi->ptMaxTrackSize.y = window->maxheight + frame.bottom - frame.top; in windowProc() 1709 int maxwidth, int maxheight) in _glfwSetWindowSizeLimitsWin32() 1714 (maxwidth == GLFW_DONT_CARE || maxheight == GLFW_DONT_CARE)) in _glfwSetWindowSizeLimitsWin32() 1707 _glfwSetWindowSizeLimitsWin32(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsWin32() argument
|
H A D | cocoa_platform.h | 225 void _glfwSetWindowSizeLimitsCocoa(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
H A D | null_platform.h | 231 void _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
H A D | win32_platform.h | 553 void _glfwSetWindowSizeLimitsWin32(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
H A D | x11_window.c | 292 window->maxheight != GLFW_DONT_CARE) in updateNormalHints() 296 hints->max_height = window->maxheight; in updateNormalHints() 2224 int maxwidth, int maxheight) in _glfwSetWindowSizeLimitsX11() 2222 _glfwSetWindowSizeLimitsX11(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsX11() argument
|
H A D | internal.h | 550 int maxwidth, maxheight; member
|
H A D | wl_platform.h | 621 void _glfwSetWindowSizeLimitsWayland(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
H A D | x11_platform.h | 912 void _glfwSetWindowSizeLimitsX11(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 238 maxheight = w.winfo_vrootheight() 246 y = min(y, vrooty + maxheight - minheight) 255 w.wm_maxsize(maxwidth, maxheight)
|
/third_party/backends/backend/ |
H A D | v4l.c | 202 y_range.max = s->capability.maxheight - s->capability.minheight; in update_parameters() 215 odd_y_range.max = s->capability.maxheight; in update_parameters() 371 s->val[OPT_BR_Y].w = s->capability.maxheight; in init_options() 575 "maxheight=%d\n", s->capability.minwidth, s->capability.minheight, in sane_open() 576 s->capability.maxwidth, s->capability.maxheight); in sane_open() 987 malloc (s->capability.maxwidth * s->capability.maxheight * in sane_start()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 55 uint32_t maxwidth, maxheight; in vlVdpDecoderCreate() local 90 maxheight = screen->get_video_param in vlVdpDecoderCreate() 97 if (width > maxwidth || height > maxheight) { in vlVdpDecoderCreate()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 2066 * @param[in] maxheight The maximum height, in screen coordinates, of the 2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 3533 * @param[in] maxheight The maximum height, in screen coordinates, of the 3554 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |