Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/span/
Dlv_span.c1017 int32_t next_line_h = last_snippet->line_h; in lv_draw_span() local
1019 next_line_h = 0; in lv_draw_span()
1022next_line_h = lv_font_get_line_height(lv_span_get_style_text_font(obj, next_span)) + line_space; in lv_draw_span()
1025 …if(txt_pos.y + max_line_h + next_line_h - line_space > coords.y2 + 1) { /* for overflow if is end … in lv_draw_span()