Home
last modified time | relevance | path

Searched refs:used_width (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_txt.c281 lv_coord_t * used_width, lv_text_flag_t flag) in _lv_txt_get_next_line() argument
283 if(used_width) *used_width = 0; in _lv_txt_get_next_line()
299 if(used_width) *used_width = -1; in _lv_txt_get_next_line()
331 if(used_width != NULL) { in _lv_txt_get_next_line()
336 if(used_width != NULL) { in _lv_txt_get_next_line()
337 *used_width = line_w; in _lv_txt_get_next_line()
Dlv_txt.h100 lv_coord_t max_width, lv_coord_t * used_width, lv_text_flag_t flag);
/lvgl-3.7.0/docs/
DCHANGELOG.md683 - feat(txt): add used_width parameter to _lv_txt_get_next_line() [`2898`](https://github.com/littl…