Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_text.h109 int32_t lv_text_get_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int…
Dlv_text.c420 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/
Dlv_draw_label.c288 …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()
504lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in lv_draw_label_iterate_characters()
511lv_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/
Dlv_draw_nema_gfx_label.c478 …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()
722lv_text_get_width_with_flags(&dsc->text[line_start], line_end - line_start, font, dsc->letter_spac… in _draw_label_iterate_characters()
729lv_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/
Dlv_label.c396 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()