Searched refs:dot (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/widgets/ |
D | lv_label.c | 713 label->dot.tmp_ptr = NULL; in lv_label_constructor() 1207 label->dot.tmp_ptr = lv_mem_alloc(len + 1); in lv_label_set_dot_tmp() 1208 if(label->dot.tmp_ptr == NULL) { in lv_label_set_dot_tmp() 1212 lv_memcpy(label->dot.tmp_ptr, data, len); in lv_label_set_dot_tmp() 1213 label->dot.tmp_ptr[len] = '\0'; in lv_label_set_dot_tmp() 1219 lv_memcpy(label->dot.tmp, data, len); in lv_label_set_dot_tmp() 1233 return label->dot.tmp_ptr; in lv_label_get_dot_tmp() 1236 return label->dot.tmp; in lv_label_get_dot_tmp() 1248 if(label->dot_tmp_alloc && label->dot.tmp_ptr) { in lv_label_dot_tmp_free() 1249 lv_mem_free(label->dot.tmp_ptr); in lv_label_dot_tmp_free() [all …]
|
D | lv_label.h | 59 } dot; member
|
/lvgl-latest/scripts/ |
D | Doxyfile | 184 # first line (until the first dot) of a Javadoc-style comment as the brief 193 # line (until the first dot) of a Qt-style comment as the brief description. If 1879 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2137 # Configuration options related to the dot tool 2143 # disabled, but it is recommended to install and use dot, since it yields more 2171 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2180 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2190 # When you want a differently looking font in the dot files that doxygen 2192 # sure dot is able to find the font, which can be done by putting it in a 2201 # dot graphs. [all …]
|
/lvgl-latest/docs/widgets/extra/ |
D | keyboard.md | 21 - `LV_KEYBOARD_MODE_NUMBER` Display numbers, +/- sign, and decimal dot
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.md | 85 - no dot (.) at the end
|
D | CHANGELOG.md | 802 - fix(label): dot not add dots if the label height > 1 font line height [`4d61f38`](https://gith… 1789 - label: Repair calculate back `dot` character logical error which cause infinite loop.
|
/lvgl-latest/ |
D | Kconfig | 901 bool "Monochrome theme, suitable for some E-paper & dot matrix displays"
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …oor-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{conte…
|