Searched refs:create_graphic_obj (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 259 static struct graphic_object * create_graphic_obj(struct application * app, struct window * window, 1109 …window->decoration[d] = create_graphic_obj(&application, window, (FIRST_DECORATION + d), window->b… in draw_window() 1579 static struct graphic_object * create_graphic_obj(struct application * app, struct window * window, in create_graphic_obj() function 2045 window->body = create_graphic_obj(app, window, OBJECT_WINDOW, NULL); in create_window()
|