Lines Matching refs:align
352 lv_align_t align; in lv_cont_layout_col() local
358 align = LV_ALIGN_IN_TOP_LEFT; in lv_cont_layout_col()
362 align = LV_ALIGN_IN_TOP_MID; in lv_cont_layout_col()
366 align = LV_ALIGN_IN_TOP_RIGHT; in lv_cont_layout_col()
370 align = LV_ALIGN_IN_TOP_LEFT; in lv_cont_layout_col()
384 lv_obj_align(child, cont, align, hpad_corr + mleft, last_cord + mtop); in lv_cont_layout_col()
402 lv_align_t align; in lv_cont_layout_row() local
408 align = base_dir == LV_BIDI_DIR_RTL ? LV_ALIGN_IN_TOP_RIGHT : LV_ALIGN_IN_TOP_LEFT; in lv_cont_layout_row()
412 align = base_dir == LV_BIDI_DIR_RTL ? LV_ALIGN_IN_RIGHT_MID : LV_ALIGN_IN_LEFT_MID; in lv_cont_layout_row()
416 … align = base_dir == LV_BIDI_DIR_RTL ? LV_ALIGN_IN_BOTTOM_RIGHT : LV_ALIGN_IN_BOTTOM_LEFT; in lv_cont_layout_row()
420 align = base_dir == LV_BIDI_DIR_RTL ? LV_ALIGN_IN_TOP_RIGHT : LV_ALIGN_IN_TOP_LEFT; in lv_cont_layout_row()
438 if(base_dir == LV_BIDI_DIR_RTL) lv_obj_align(child, cont, align, -last_cord, vpad_corr); in lv_cont_layout_row()
439 else lv_obj_align(child, cont, align, last_cord, vpad_corr); in lv_cont_layout_row()