Home
last modified time | relevance | path

Searched refs:rtl (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c220 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in flex_update() local
244 if(rtl && !f.row) { in flex_update()
276 if(rtl && !f.row) { in flex_update()
286 if(rtl && !f.row) { in flex_update()
293 if(rtl && !f.row) { in flex_update()
443 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in children_repos() local
449 if(f->row && rtl) main_pos += lv_obj_get_content_width(cont); in children_repos()
507 if(f->row && rtl) main_pos -= area_get_main_size(&item->coords); in children_repos()
532 if(!(f->row && rtl)) main_pos += area_get_main_size(&item->coords) + item_gap + place_gap; in children_repos()
/lvgl-3.7.0/src/widgets/
Dlv_table.c709 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in draw_main() local
728 if(rtl) cell_area.x1 = obj->coords.x2 - bg_right - 1 - scroll_x - border_width; in draw_main()
735 if(rtl) { in draw_main()
754 if(rtl) cell_area.x1 -= offset; in draw_main()
1074 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area() local
1075 if(rtl) { in get_cell_area()
/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c491 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL ? true : false; in lv_obj_get_scrollbar_area() local
517 if(rtl) { in lv_obj_get_scrollbar_area()
570 if(rtl) { in lv_obj_get_scrollbar_area()
583 if(rtl) { in lv_obj_get_scrollbar_area()