Go to the source code of this file.
◆ ft_draw()
Definition at line 89 of file tests.cpp.
90{
95
97 {
100 }
101
102
105
109
111 {
114 }
116}
mlx_image_t * mlx_put_string(mlx_t *mlx, const char *str, int32_t x, int32_t y)
void mlx_close_window(mlx_t *mlx)
void mlx_delete_image(mlx_t *mlx, mlx_image_t *image)
GLenum GLuint GLenum GLsizei const GLchar * buf
GLuint GLsizei GLsizei * length
◆ TEST()
Definition at line 25 of file tests.cpp.
26{
32
38
41
42
47}
mlx_t * mlx_init(int32_t width, int32_t height, const char *title, bool resize)
void mlx_set_setting(mlx_settings_t setting, int32_t value)
void mlx_terminate(mlx_t *mlx)
◆ TEST_F() [1/4]
◆ TEST_F() [2/4]
Definition at line 63 of file tests.cpp.
64{
68
72
76
80
83
86}
int32_t mlx_image_to_window(mlx_t *mlx, mlx_image_t *img, int32_t x, int32_t y)
mlx_image_t * mlx_new_image(mlx_t *mlx, uint32_t width, uint32_t height)
static const int32_t width
static const int32_t height
◆ TEST_F() [3/4]
◆ TEST_F() [4/4]
Definition at line 118 of file tests.cpp.
119{
123
125
129
133
136
139}
void mlx_loop(mlx_t *mlx)
bool mlx_loop_hook(mlx_t *mlx, void(*f)(void *), void *param)
static void ft_draw(void *param)