Searched refs:last_snippet (Results 1 – 1 of 1) sorted by relevance
879 lv_snippet_t * last_snippet = lv_get_snippet(item_cnt - 1); in lv_draw_span() local880 lv_coord_t next_line_h = last_snippet->line_h; in lv_draw_span()881 if(last_snippet->txt[last_snippet->bytes] == '\0') { in lv_draw_span()883 lv_span_t * next_span = _lv_ll_get_next(&spans->child_ll, last_snippet->span); in lv_draw_span()889 if(last_snippet->txt[last_snippet->bytes] != '\0') { in lv_draw_span()890 last_snippet->bytes = strlen(last_snippet->txt); in lv_draw_span()891 … last_snippet->txt_w = lv_txt_get_width(last_snippet->txt, last_snippet->bytes, last_snippet->font, in lv_draw_span()892 last_snippet->letter_space, txt_flag); in lv_draw_span()