Searched refs:character (Results 1 – 4 of 4) sorted by relevance
/lvgl-2.7.6/src/lv_misc/ |
D | lv_printf.c | 118 typedef void (*out_fct_type)(char character, void * buffer, size_t idx, size_t maxlen); 123 void (*fct)(char character, void * arg); 129 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() argument 132 ((char *)buffer)[idx] = character; in _out_buffer() 138 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() argument 140 (void)character; in _out_null()
|
/lvgl-2.7.6/ |
D | CHANGELOG.md | 151 - `lv_textarea` fix wrong cursor position when clicked after the last character 163 - `lv_textarea`: fix character delete in password mode 268 - `textarea`: If available in the font use bullet (`U+2022`) character in text area password 277 - Add Arabic/Persian script support: change the character according to its position in the text.
|
/lvgl-2.7.6/docs/ |
D | CODING_STYLE.md | 66 * @param text '\0' terminated character string. NULL to refresh with the current text.
|
/lvgl-2.7.6/scripts/ |
D | Doxyfile | 795 # This tag can be used to specify the character encoding of the source files
|