Lines Matching defs:width

1621  *  void callback_name(GLFWwindow* window, int width, int height)
1625 * @param[in] width The new width, 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)
1750 * @param[in] width The new width, in pixels, of the framebuffer.
1760 typedef void (* GLFWframebuffersizefun)(GLFWwindow* window, int width, int height);
2029 /*! The width, in screen coordinates, of the video mode.
2031 int width;
2092 /*! The width, in pixels, of this image.
2094 int width;
2644 * @param[out] width Where to store the monitor width, or `NULL`.
2658 GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height);
2675 * @param[out] widthMM Where to store the width, in millimetres, of the
2841 * product of width and height), then resolution width and finally by refresh
3145 * @param[in] width The desired width, in screen coordinates, of the window.
3236 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share);
3493 * @param[out] width Where to store the width, in screen coordinates, of the
3511 GLFWAPI void glfwGetWindowSize(GLFWwindow* window, int* width, int* height);
3527 * @param[in] minwidth The minimum width, in screen coordinates, of the content
3531 * @param[in] maxwidth The maximum width, in screen coordinates, of the content
3616 * @param[in] width The desired width, in screen coordinates, of the window
3635 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
3647 * @param[out] width Where to store the width, 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
4047 * @param[in] width The desired with, 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)