Home
last modified time | relevance | path

Searched defs: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
443 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in children_repos() local
/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
1074 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area() local
/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