Lines Matching refs:line_space

333     const int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN);  in lv_label_get_letter_pos()  local
348 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_pos()
355 y += letter_height + line_space; in lv_label_get_letter_pos()
362 y += letter_height + line_space; in lv_label_get_letter_pos()
428 const int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in lv_label_get_letter_on() local
439 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_on()
453 y += letter_height + line_space; in lv_label_get_letter_on()
551 const int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in lv_label_is_char_under_pos() local
560 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_is_char_under_pos()
566 y += letter_height + line_space; in lv_label_is_char_under_pos()
778 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in lv_label_event() local
790 … lv_text_get_size(&label->size_cache, label->text, font, letter_space, line_space, w, flag); in lv_label_event()
848 …ze(&size, label->text, label_draw_dsc.font, label_draw_dsc.letter_space, label_draw_dsc.line_space, in draw_main()
881 …ze(&size, label->text, label_draw_dsc.font, label_draw_dsc.letter_space, label_draw_dsc.line_space, in draw_main()
947 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in lv_label_refr_text() local
955 lv_text_get_size(&size, label->text, font, letter_space, line_space, max_w, flag); in lv_label_refr_text()
1170 (lv_font_get_line_height(font) + line_space); /*Round down to the last line*/ in lv_label_refr_text()
1177 p.y -= line_space; in lv_label_refr_text()