Searched refs:last_snippet (Results 1 – 1 of 1) sorted by relevance
1016 lv_snippet_t * last_snippet = lv_get_snippet(item_cnt - 1); in lv_draw_span() local1017 int32_t next_line_h = last_snippet->line_h; in lv_draw_span()1018 if(last_snippet->txt[last_snippet->bytes] == '\0') { in lv_draw_span()1020 lv_span_t * next_span = lv_ll_get_next(&spans->child_ll, last_snippet->span); in lv_draw_span()