Lines Matching defs:height
149 int height; member
232 int height; member
1102 static void draw_window(struct window * window, uint32_t width, uint32_t height) in draw_window()
1138 uint32_t edges, int32_t width, int32_t height) in wl_shell_handle_configure()
1192 int32_t width, int32_t height, struct wl_array * states) in xdg_toplevel_handle_configure()
1231 int32_t width, int32_t height) in xdg_toplevel_handle_configure_bounds()
1739 static void color_fill(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill()
1755 static void color_fill_XRGB8888(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_XRGB8888()
1771 static void color_fill_RGB565(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_RGB565()
1933 static bool resize_window(struct window * window, int width, int height) in resize_window()
2030 static struct window * create_window(struct application * app, int width, int height, const char * … in create_window()