Lines Matching defs:height

1621  *  void callback_name(GLFWwindow* window, int width, int height)
1626 * @param[in] height The new height, in screen coordinates, of the window.
1636 typedef void (* GLFWwindowsizefun)(GLFWwindow* window, int width, int height);
1746 * void function_name(GLFWwindow* window, int width, int height)
1751 * @param[in] height The new height, in pixels, of the framebuffer.
1760 typedef void (* GLFWframebuffersizefun)(GLFWwindow* window, int width, int height);
2032 /*! The height, in screen coordinates, of the video mode.
2034 int height;
2095 /*! The height, in pixels, of this image.
2097 int height;
2645 * @param[out] height Where to store the monitor height, or `NULL`.
2658 GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height);
2677 * @param[out] heightMM Where to store the height, in millimetres, of the
2841 * product of width and height), then resolution width and finally by refresh
3147 * @param[in] height The desired height, in screen coordinates, of the window.
3236 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share);
3495 * @param[out] height Where to store the height, in screen coordinates, of the
3511 GLFWAPI void glfwGetWindowSize(GLFWwindow* window, int* width, int* height);
3529 * @param[in] minheight The minimum height, in screen coordinates, of the
3533 * @param[in] maxheight The maximum height, in screen coordinates, of the
3618 * @param[in] height The desired height, in screen coordinates, of the window
3635 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
3649 * @param[out] height Where to store the height, in pixels, of the framebuffer,
3664 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height);
4026 * When setting a monitor, this function updates the width, height and refresh
4030 * When the monitor is `NULL`, the position, width and height are used to
4049 * @param[in] height The desired height, in screen coordinates, of the content
4075 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
4249 * void function_name(GLFWwindow* window, int width, int height)
4451 * void function_name(GLFWwindow* window, int width, int height)