Searched defs:line_w (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 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() local 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() local 1287 const int32_t line_w = lv_text_get_width_with_flags(txt, length, font, letter_space, flags); in calculate_x_coordinate() local 1291 const int32_t line_w = lv_text_get_width_with_flags(txt, length, font, letter_space, flags); in calculate_x_coordinate() local
|
/lvgl-latest/src/misc/ |
D | lv_text.c | 331 int32_t line_w = 0; in lv_text_get_next_line() local
|