Home
last modified time | relevance | path

Searched refs:maxheight (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/idlelib/
Dzoomheight.py44 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/
Dwindow.c186 window->maxheight = GLFW_DONT_CARE; in glfwCreateWindow()
506 int maxwidth, int maxheight) in glfwSetWindowSizeLimits() argument
524 if (maxwidth != GLFW_DONT_CARE && maxheight != GLFW_DONT_CARE) in glfwSetWindowSizeLimits()
526 if (maxwidth < 0 || maxheight < 0 || in glfwSetWindowSizeLimits()
527 maxwidth < minwidth || maxheight < minheight) in glfwSetWindowSizeLimits()
531 maxwidth, maxheight); in glfwSetWindowSizeLimits()
539 window->maxheight = maxheight; in glfwSetWindowSizeLimits()
546 maxwidth, maxheight); in glfwSetWindowSizeLimits()
Dwl_window.c80 else if (window->maxheight != GLFW_DONT_CARE && height > window->maxheight) in handleConfigure()
81 height = window->maxheight; in handleConfigure()
510 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
Dinternal.h361 int maxwidth, maxheight; member
672 …SetWindowSizeLimits(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
Dwin32_window.c771 window->maxheight != GLFW_DONT_CARE) in windowProc()
774 mmi->ptMaxTrackSize.y = window->maxheight + yoff; in windowProc()
1153 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
1158 (maxwidth == GLFW_DONT_CARE || maxheight == GLFW_DONT_CARE)) in _glfwPlatformSetWindowSizeLimits()
Dcocoa_window.m1151 int maxwidth, int maxheight)
1158 if (maxwidth == GLFW_DONT_CARE || maxheight == GLFW_DONT_CARE)
1161 [window->ns.object setContentMaxSize:NSMakeSize(maxwidth, maxheight)];
1324 window->maxheight != GLFW_DONT_CARE)
1327 window->maxheight)];
Dx11_window.c269 window->maxheight != GLFW_DONT_CARE) in updateNormalHints()
273 hints->max_height = window->maxheight; in updateNormalHints()
1785 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
Dmir_window.c436 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
/third_party/python/Lib/tkinter/
Dsimpledialog.py238 maxheight = w.winfo_vrootheight()
246 y = min(y, vrooty + maxheight - minheight)
255 w.wm_maxsize(maxwidth, maxheight)
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c55 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/
Dglfw3.h2084 …wSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
/third_party/glfw/include/GLFW/
Dglfw3.h2098 …wSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81761 static nsIAtom* maxheight; member in nsGkAtoms