Searched refs:txt_coords (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 60 …32_t length, const lv_font_t * font, int32_t letter_space, lv_area_t * txt_coords, lv_text_flag_t … 339 lv_area_t txt_coords; in lv_label_get_letter_pos() local 340 lv_obj_get_content_coords(obj, &txt_coords); in lv_label_get_letter_pos() 341 const int32_t max_w = lv_area_get_width(&txt_coords); in lv_label_get_letter_pos() 342 const int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_pos() 400 calculate_x_coordinate(&x, align, bidi_txt, length, font, letter_space, &txt_coords, flag); in lv_label_get_letter_pos() 420 lv_area_t txt_coords; in lv_label_get_letter_on() local 421 lv_obj_get_content_coords(obj, &txt_coords); in lv_label_get_letter_on() 425 int32_t max_w = lv_area_get_width(&txt_coords); in lv_label_get_letter_on() 426 int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_on() [all …]
|