Searched refs:contents (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/docs/_ext/ |
D | lv_example.py | 46 contents = f.read().decode('utf-8') 49 contents = 'Error encountered while trying to open ' + example_file 51 literal_list = nodes.literal_block(contents, contents)
|
/lvgl-latest/scripts/gen_json/ |
D | create_fake_lib_c.py | 139 contents = '''\ variable 167 file_data = contents + file_data
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 78 This string is copied by the Drop-Down List, so its contents do not need to remain 86 the options string's contents must remain available for the life of the Drop-Down
|
D | win.rst | 67 long mode :c:enumerator:`LV_LABEL_LONG_DOT` so that if its text contents are wider
|
D | textarea.rst | 225 from within that event to replace the text to be inserted. The contents of the 229 where its contents will be destroyed before that happens. Passing ``""`` means "do
|
D | label.rst | 49 that the contents of the character buffer *must* remain valid for the life of the
|
D | scale.rst | 199 - ``style_pointer`` should point to the contents of a global or static variable (can
|
D | chart.rst | 195 the array's pointer is saved in the series so its contents need to remain available
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 158 lv_array_t contents; member 1097 lv_array_init(&text->contents, LV_TREE_NODE(node)->child_cnt, sizeof(lv_svg_render_obj_t *)); in _init_text() 1574 for(uint32_t i = 0; i < lv_array_size(&text->contents); i++) { in _render_text() 1575 … lv_svg_render_obj_t * ptext = *((lv_svg_render_obj_t **)lv_array_at(&text->contents, i)); in _render_text() 1764 lv_array_deinit(&text->contents); in _destroy_text() 2031 if((lv_array_size(&text->contents) + 1) > lv_array_capacity(&text->contents)) { in _lv_svg_doc_walk_after_cb() 2032 lv_array_resize(&text->contents, text->contents.capacity << 1); in _lv_svg_doc_walk_after_cb() 2034 lv_array_push_back(&text->contents, (uint8_t *)(&svg_node->render_obj)); in _lv_svg_doc_walk_after_cb()
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 19 overview of their function and contents. 177 package contents or metadata.
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 69 TODO: Add all things related to ``lv_conf.h`` file and its contents.
|
D | threading.rst | 46 A datum (i.e. contents of a variable or data structure) is atomic if any thread
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 238 template, so if you do not need it later, its contents do not need to be 333 own copy of the contents of the Animation template, so if you do not need it 334 later, its contents do not need to be preserved after this call.
|
D | fs.rst | 100 its contents need to remain valid as long as the driver is in use. 316 is if the file contents are expected to change by an external factor like with special OS files.
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 128 Let's explore the contents of the output folder and what it contains.
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 7 ``lv_file_explorer`` provides a UI enabling the end user to browse the contents of a
|
/lvgl-latest/docs/ |
D | README.md | 105 .. toctree:: <=== Table of contents
|
D | Doxyfile | 307 # to that level are automatically included in the table of contents, even if 943 # is part of the input, its contents will be placed on the main page 1283 # HTML files also contain an index, a table of contents, and you can search for 1319 # The BINARY_TOC flag controls whether a binary table of contents is generated 1320 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it 1328 # the table of contents of the HTML help documentation and to the tree view. 1399 # install this plugin and make it available under the help contents menu in 1400 # Eclipse, the contents of the directory containing the HTML and XML files needs
|