Lines Matching refs:line_space
813 …e, dropdown->symbol, symbol_dsc.font, symbol_dsc.letter_space, symbol_dsc.line_space, LV_COORD_MAX, in draw_main()
864 …lv_txt_get_size(&size, opt_txt, label_dsc.font, label_dsc.letter_space, label_dsc.line_space, LV_C… in draw_main()
944 lv_coord_t line_space = lv_obj_get_style_text_line_space(list_obj, LV_PART_SELECTED); in draw_box() local
951 rect_area.y1 += id * (font_h + line_space); in draw_box()
952 rect_area.y1 -= line_space / 2; in draw_box()
954 rect_area.y2 = rect_area.y1 + font_h + line_space - 1; in draw_box()
984 label_dsc.line_space = lv_obj_get_style_text_line_space(list_obj, in draw_box_label()
994 area_sel.y1 += id * (font_h + label_dsc.line_space); in draw_box_label()
995 area_sel.y1 -= label_dsc.line_space / 2; in draw_box_label()
997 area_sel.y2 = area_sel.y1 + font_h + label_dsc.line_space - 1; in draw_box_label()
1109 lv_coord_t line_space = lv_obj_get_style_text_line_space(label, LV_PART_MAIN); in get_id_on_point() local
1111 y += line_space / 2; in get_id_on_point()
1112 lv_coord_t h = font_h + line_space; in get_id_on_point()
1135 lv_coord_t line_space = lv_obj_get_style_text_line_space(label, LV_PART_MAIN); in position_to_selected() local
1136 lv_coord_t unit_h = font_h + line_space; in position_to_selected()