/third_party/python/Lib/idlelib/ |
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/ |
D | window.c | 186 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()
|
D | wl_window.c | 80 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
|
D | internal.h | 361 int maxwidth, maxheight; member 672 …SetWindowSizeLimits(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
D | win32_window.c | 771 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()
|
D | cocoa_window.m | 1151 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)];
|
D | x11_window.c | 269 window->maxheight != GLFW_DONT_CARE) in updateNormalHints() 273 hints->max_height = window->maxheight; in updateNormalHints() 1785 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
|
D | mir_window.c | 436 int maxwidth, int maxheight) in _glfwPlatformSetWindowSizeLimits() argument
|
/third_party/python/Lib/tkinter/ |
D | simpledialog.py | 238 maxheight = w.winfo_vrootheight() 246 y = min(y, vrooty + maxheight - minheight) 255 w.wm_maxsize(maxwidth, maxheight)
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
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/ |
D | glfw3.h | 2084 …wSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
/third_party/glfw/include/GLFW/ |
D | glfw3.h | 2098 …wSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 81761 static nsIAtom* maxheight; member in nsGkAtoms
|