Lines Matching refs:line_space
255 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() local
257 … lv_obj_set_height(obj, (lv_font_get_line_height(font) + line_space) * row_cnt + 2 * border_width); in lv_roller_set_visible_row_count()
548 label_dsc.line_space, lv_obj_get_width(obj), LV_TEXT_FLAG_EXPAND); in draw_main()
652 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in get_sel_area() local
653 int32_t d = (font_sel_h + font_main_h) / 2 + line_space; in get_sel_area()
694 const int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in refr_position() local
708 const int32_t sel_y1 = id * (font_h + line_space); in refr_position()
778 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in release_handler() local
781 int32_t label_unit = font_h + line_space; in release_handler()
832 int32_t line_space = lv_obj_get_style_text_line_space(obj, LV_PART_MAIN); in inf_normalize() local
838 int32_t sel_y1 = roller->sel_opt_id * (font_h + line_space); in inf_normalize()