Lines Matching refs:line_space
890 …e, dropdown->symbol, symbol_dsc.font, symbol_dsc.letter_space, symbol_dsc.line_space, LV_COORD_MAX, in draw_main()
942 …lv_text_get_size(&size, opt_txt, label_dsc.font, label_dsc.letter_space, label_dsc.line_space, LV_… in draw_main()
1023 int32_t line_space = lv_obj_get_style_text_line_space(list_obj, LV_PART_SELECTED); in draw_box() local
1030 rect_area.y1 += id * (font_h + line_space); in draw_box()
1031 rect_area.y1 -= line_space / 2; in draw_box()
1033 rect_area.y2 = rect_area.y1 + font_h + line_space - 1; in draw_box()
1065 label_dsc.line_space = lv_obj_get_style_text_line_space(list_obj, in draw_box_label()
1075 area_sel.y1 += id * (font_h + label_dsc.line_space); in draw_box_label()
1076 area_sel.y1 -= label_dsc.line_space / 2; in draw_box_label()
1078 area_sel.y2 = area_sel.y1 + font_h + label_dsc.line_space - 1; in draw_box_label()
1191 int32_t line_space = lv_obj_get_style_text_line_space(label, LV_PART_MAIN); in get_id_on_point() local
1193 y += line_space / 2; in get_id_on_point()
1194 int32_t h = font_h + line_space; in get_id_on_point()
1217 int32_t line_space = lv_obj_get_style_text_line_space(label, LV_PART_MAIN); in position_to_selected() local
1218 int32_t unit_h = font_h + line_space; in position_to_selected()