Searched refs:lv_text_get_width_with_flags (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_text.h | 109 int32_t lv_text_get_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int…
|
D | lv_text.c | 420 int32_t lv_text_get_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int… in lv_text_get_width_with_flags() function
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 288 …line_width = lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc… in lv_draw_label_iterate_characters() 296 …line_width = lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc… in lv_draw_label_iterate_characters() 504 …lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in lv_draw_label_iterate_characters() 511 …lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in lv_draw_label_iterate_characters()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 478 …line_width = lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc… in _draw_label_iterate_characters() 486 …line_width = lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc… in _draw_label_iterate_characters() 722 …lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in _draw_label_iterate_characters() 729 …lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in _draw_label_iterate_characters()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 396 int32_t x = lv_text_get_width_with_flags(bidi_txt, visual_byte_pos, font, letter_space, flag); in lv_label_get_letter_pos() 576 …const int32_t line_w = lv_text_get_width_with_flags(&txt[line_start], new_line_start - line_start,… in lv_label_is_char_under_pos() 581 …const int32_t line_w = lv_text_get_width_with_flags(&txt[line_start], new_line_start - line_start,… in lv_label_is_char_under_pos() 1287 const int32_t line_w = lv_text_get_width_with_flags(txt, length, font, letter_space, flags); in calculate_x_coordinate() 1291 const int32_t line_w = lv_text_get_width_with_flags(txt, length, font, letter_space, flags); in calculate_x_coordinate()
|