Home
last modified time | relevance | path

Searched defs:max_width (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_txt.c92 lv_coord_t line_space, lv_coord_t max_width, lv_text_flag_t flag) in lv_txt_get_size()
171 lv_coord_t letter_space, lv_coord_t max_width, in lv_txt_get_next_word()
279 lv_coord_t letter_space, lv_coord_t max_width, in _lv_txt_get_next_line()
/lvgl-3.4.0/src/extra/widgets/span/
Dlv_span.c344 uint32_t lv_spangroup_get_expand_width(lv_obj_t * obj, uint32_t max_width) in lv_spangroup_get_expand_width()
387 lv_coord_t max_width = width; in lv_spangroup_get_expand_height() local
578 lv_coord_t letter_space, lv_coord_t max_width, lv_text_flag_t flag, in lv_txt_get_snippet()
757 lv_coord_t max_width = lv_area_get_width(&coords); in lv_draw_span() local
/lvgl-3.4.0/tests/src/test_cases/
Dtest_txt.c199 lv_coord_t max_width = 0; in test_txt_next_line_should_handle_empty_string() local
/lvgl-3.4.0/docs/overview/
Dstyle-props.md24 ### max_width subsection
/lvgl-3.4.0/src/core/
Dlv_obj_pos.c930 lv_coord_t lv_clamp_width(lv_coord_t width, lv_coord_t min_width, lv_coord_t max_width, lv_coord_t … in lv_clamp_width()