Searched full:body (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 219 struct graphic_object * body; member 1109 …ow->decoration[d] = create_graphic_obj(&application, window, (FIRST_DECORATION + d), window->body); in draw_window() 1167 if(window->body->surface_configured == false) { in xdg_surface_handle_configure() 1184 window->body->surface_configured = true; in xdg_surface_handle_configure() 1202 LV_LOG_TRACE("current body w:%d h:%d", window->body->width, window->body->height); in xdg_toplevel_handle_configure() 1917 return attach_decoration(window, decoration, buf, window->body); in create_decoration() 1957 smm_resize(window->body->buffer_group, ((width * bpp) * height) * 2); in resize_window() 1959 window->body->width = width; in resize_window() 1960 window->body->height = height; in resize_window() 1962 /* Pre-allocate two buffers for the window body here */ in resize_window() [all …]
|
/lvgl-latest/tests/unity/ |
D | yaml_helper.rb | 10 def self.load(body) argument 12 YAML.unsafe_load(body) 14 YAML.load(body) 19 body = File.read(file) 20 self.load(body)
|
/lvgl-latest/.devcontainer/ |
D | lvgl_shell.html | 5 html, body { 14 body { 36 <body> 84 </body>
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_line.c | 140 /* draw line body */ in lv_draw_vg_lite_line() 160 /* close draw line body */ in lv_draw_vg_lite_line()
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.rst | 106 <body> 132 ``<body>`` optional and can be used to describe the details of this
|
D | CODE_OF_CONDUCT.rst.back | 10 regardless of age, body size, disability, ethnicity, gender identity and
|
D | Doxyfile | 507 # documentation blocks found inside the body of a function. If set to NO, these 962 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
/lvgl-latest/.github/ISSUE_TEMPLATE/ |
D | dev-discussion.yml | 4 body:
|
D | bug-report.yml | 4 body:
|
D | feat-planning.yml | 4 body:
|
/lvgl-latest/.github/workflows/ |
D | release.yml | 24 body: |
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 142 div.body {
|
/lvgl-latest/src/libs/expat/ |
D | internal.h | 10 body and a low number of arguments and local variables.
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 186 -Wempty-body
|