| /lvgl-latest/docs/ |
| D | doc_builder.py | 239 def __init__(self, name, type, description, file_name, line_no): argument 242 self.description = description 271 self.description = None 293 self.description = build_docstring(child) 298 description = None 312 description = build_docstring(element) 314 field = STRUCT_FIELD(name, t, description, file_name, line_no) 322 if not self.description: 329 if not field.description: 414 self.description = None [all …]
|
| D | CODING_STYLE.rst | 87 * Brief description. Add a blank line + additional paragraphs when more detail is needed. 88 * @param parent brief description of argument. Additional detail can appear 93 * @return brief description of return value. 104 * Brief description of struct 109 char *text; /**< Brief description of this member */ 110 uint16_t length; /**< Brief description of this member */ 184 - Always start Doxygen comment with a brief description of the code element it documents. 186 - When more detail is needed, add a blank line below the brief description and add 189 "detail" portions of the description. 196 ``@param[out] param_name description``. [all …]
|
| D | Doxyfile | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # quick idea about the purpose of the project. Keep the description short. 104 # description of a member or function before the detailed description 112 # This tag implements a quasi-intelligent brief description abbreviator that is 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 135 # description. 185 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 187 # description.) 193 # line (until the first dot) of a Qt-style comment as the brief description. If [all …]
|
| D | CONTRIBUTING.rst | 125 ``<subject>`` contains a short description of the change:
|
| D | README.md | 222 - First item description
|
| /lvgl-latest/demos/multilang/ |
| D | lv_demo_multilang.c | 25 const char * description; member 50 #define CARD_INFO_SET(_image, _name, _description) {.image = _image, .name = _name, .description = … 328 lv_obj_t * description = lv_label_create(card); in card_create() local 329 lv_label_set_text(description, info->description); in card_create() 330 lv_obj_set_grid_cell(description, LV_GRID_ALIGN_STRETCH, 2, 1, LV_GRID_ALIGN_STRETCH, 2, 1); in card_create() 331 lv_obj_set_style_text_color(description, lv_color_hex(0x5b5b5b), 0); in card_create() 332 lv_obj_set_style_text_line_space(description, -3, 0); in card_create()
|
| /lvgl-latest/examples/widgets/animimg/ |
| D | index.rst | 7 :description: A simple example to demonstrate the use of an animation image.
|
| /lvgl-latest/examples/widgets/arc/ |
| D | index.rst | 7 :description: A simple example to demonstrate the use of an arc.
|
| /lvgl-latest/scripts/gen_json/ |
| D | pycparser_monkeypatch.py | 257 docstring = doc_search.description 373 docstring = doc_search.description 499 docstring = doc_search.description 825 ('docstring', macro.description), 895 docstring = doc_search.description 915 if doc_arg.description is None: 918 arg['docstring'] = doc_arg.description 1134 docstring = struct_doc.description 1159 docstring = struct_doc.description 1171 field_docstring = field_doc.description [all …]
|
| /lvgl-latest/scripts/ |
| D | image_viewer.py | 9 parser = argparse.ArgumentParser(description="LVGL Binary Image Viewer")
|
| D | trace_filter.py | 11 parser = argparse.ArgumentParser(description='Filter a log file to a trace file.')
|
| D | generate_lv_conf.py | 19 parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=""
|
| D | properties.py | 200 description='Search files and filter lines.')
|
| D | update_version.py | 10 parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=""
|
| D | LVGLImage.py | 1314 parser = argparse.ArgumentParser(description='LVGL PNG to bin image tool.')
|
| /lvgl-latest/scripts/built_in_font/ |
| D | built_in_font_gen.py | 8 parser = argparse.ArgumentParser(description="""Create fonts for LVGL including the built-in symbol…
|
| /lvgl-latest/scripts/gdb/lvglgdb/ |
| D | debugger.py | 15 parser = argparse.ArgumentParser(description=Debugger.__doc__)
|
| D | lvgl.py | 228 parser = argparse.ArgumentParser(description="Dump lvgl obj tree.") 271 parser = argparse.ArgumentParser(description="Dump lvgl obj local style.")
|
| /lvgl-latest/src/drivers/glfw/ |
| D | lv_glfw_window.c | 40 static void glfw_error_cb(int error, const char * description); 318 static void glfw_error_cb(int error, const char * description) in glfw_error_cb() argument 320 LV_LOG_ERROR("GLFW Error %d: %s", error, description); in glfw_error_cb()
|
| /lvgl-latest/.github/ |
| D | pull_request_template.md | 3 <!-- A clear and concise description of what the bug or new feature is.-->
|
| /lvgl-latest/demos/transform/ |
| D | lv_demo_transform.c | 23 const char * description; member
|
| /lvgl-latest/docs/_static/css/ |
| D | custom.css | 93 .lv-example-description {
|
| /lvgl-latest/tests/ |
| D | main.py | 223 description='Build and/or run LVGL tests.', epilog=epilog)
|
| /lvgl-latest/docs/intro/ |
| D | introduction.rst | 117 * `fix/some-description`: temporary branches for bug fixes 118 * `feat/some-description`: temporary branches for features
|
| /lvgl-latest/docs/details/integration/os/ |
| D | zephyr.rst | 102 Zephyr uses the devicetree description language to create and manage LVGL input devices.
|