Searched refs:_glfw_min (Results 1 - 7 of 7) sorted by relevance
/third_party/glfw/src/ |
H A D | null_window.c | 44 *width = _glfw_min(*width, window->maxwidth); in applySizeLimits() 47 *height = _glfw_min(*height, window->minheight); in applySizeLimits()
|
H A D | wl_monitor.c | 169 version = _glfw_min(version, WL_OUTPUT_NAME_SINCE_VERSION); in _glfwAddOutputWayland()
|
H A D | init.c | 239 int _glfw_min(int a, int b) in _glfw_min() function
|
H A D | wgl_context.c | 134 nativeCount = _glfw_min(nativeCount, extensionCount); in choosePixelFormatWGL()
|
H A D | win32_window.c | 497 rect.right = _glfw_min(rect.right, rect.left + window->maxwidth); in maximizeWindowManually() 498 rect.bottom = _glfw_min(rect.bottom, rect.top + window->maxheight); in maximizeWindowManually() 521 rect.bottom = _glfw_min(rect.bottom, mi.rcWork.bottom); in maximizeWindowManually()
|
H A D | internal.h | 1016 int _glfw_min(int a, int b);
|
H A D | wl_init.c | 116 _glfw_min(3, version)); in registryHandleGlobal() 138 _glfw_min(4, version)); in registryHandleGlobal()
|
Completed in 11 milliseconds