Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/docs/_ext/
Dlv_example.py46 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/
Dcreate_fake_lib_c.py139 contents = '''\ variable
167 file_data = contents + file_data
/lvgl-latest/docs/details/widgets/
Ddropdown.rst78 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
Dwin.rst67 long mode :c:enumerator:`LV_LABEL_LONG_DOT` so that if its text contents are wider
Dtextarea.rst225 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
Dlabel.rst49 that the contents of the character buffer *must* remain valid for the life of the
Dscale.rst199 - ``style_pointer`` should point to the contents of a global or static variable (can
Dchart.rst195 the array's pointer is saved in the series so its contents need to remain available
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c158 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/
Dterms_and_variables.rst19 overview of their function and contents.
177 package contents or metadata.
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst69 TODO: Add all things related to ``lv_conf.h`` file and its contents.
Dthreading.rst46 A datum (i.e. contents of a variable or data structure) is atomic if any thread
/lvgl-latest/docs/details/main-components/
Danimation.rst238 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.
Dfs.rst100 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/
Dimage_generation.rst128 Let's explore the contents of the output folder and what it contains.
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst7 ``lv_file_explorer`` provides a UI enabling the end user to browse the contents of a
/lvgl-latest/docs/
DREADME.md105 .. toctree:: <=== Table of contents
DDoxyfile307 # 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