Searched refs:lv_txt_get_width (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 175 …line_width = lv_txt_get_width(&txt[line_start], line_end - line_start, font, dsc->letter_space, ds… in lv_draw_label() 182 …line_width = lv_txt_get_width(&txt[line_start], line_end - line_start, font, dsc->letter_space, ds… in lv_draw_label() 343 … lv_txt_get_width(&txt[line_start], line_end - line_start, font, dsc->letter_space, dsc->flag); in lv_draw_label() 351 … lv_txt_get_width(&txt[line_start], line_end - line_start, font, dsc->letter_space, dsc->flag); in lv_draw_label()
|
/lvgl-latest/src/misc/ |
D | lv_txt.h | 112 lv_coord_t lv_txt_get_width(const char * txt, uint32_t length, const lv_font_t * font, lv_coord_t l…
|
D | lv_txt.c | 120 …lv_coord_t act_line_length = lv_txt_get_width(&text[line_start], new_line_start - line_start, font… in lv_txt_get_size() 343 lv_coord_t lv_txt_get_width(const char * txt, uint32_t length, const lv_font_t * font, lv_coord_t l… in lv_txt_get_width() function
|
/lvgl-latest/src/widgets/ |
D | lv_label.c | 377 lv_coord_t x = lv_txt_get_width(bidi_txt, visual_byte_pos, font, letter_space, flag); in lv_label_get_letter_pos() 382 line_w = lv_txt_get_width(bidi_txt, new_line_start - line_start, font, letter_space, flag); in lv_label_get_letter_pos() 388 line_w = lv_txt_get_width(bidi_txt, new_line_start - line_start, font, letter_space, flag); in lv_label_get_letter_pos() 462 line_w = lv_txt_get_width(bidi_txt, new_line_start - line_start, font, letter_space, flag); in lv_label_get_letter_on() 467 line_w = lv_txt_get_width(bidi_txt, new_line_start - line_start, font, letter_space, flag); in lv_label_get_letter_on() 564 …line_w = lv_txt_get_width(&txt[line_start], new_line_start - line_start, font, letter_space, flag); in lv_label_is_char_under_pos() 569 …line_w = lv_txt_get_width(&txt[line_start], new_line_start - line_start, font, letter_space, flag); in lv_label_is_char_under_pos()
|
/lvgl-latest/src/extra/widgets/span/ |
D | lv_span.c | 891 … last_snippet->txt_w = lv_txt_get_width(last_snippet->txt, last_snippet->bytes, last_snippet->font, in lv_draw_span()
|