Searched defs:max_width (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_txt.c | 92 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/ |
D | lv_span.c | 344 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/ |
D | test_txt.c | 199 lv_coord_t max_width = 0; in test_txt_next_line_should_handle_empty_string() local
|
/lvgl-3.4.0/docs/overview/ |
D | style-props.md | 24 ### max_width subsection
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_pos.c | 930 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()
|