Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/flex/
Dlv_flex.c140 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in flex_update() local
381 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in children_repos() local
/lvgl-latest/src/widgets/table/
Dlv_table.c718 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in draw_main() local
1095 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area() local
/lvgl-latest/src/core/
Dlv_obj_scroll.c506 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL; in lv_obj_get_scrollbar_area() local