/lvgl-latest/src/misc/ |
D | lv_bidi.c | 117 if(dir == LV_BASE_DIR_RTL || dir == LV_BASE_DIR_LTR) return dir; in lv_bidi_detect_base_dir() 194 if(base_dir == LV_BASE_DIR_RTL) { in lv_bidi_process_paragraph() 280 if(*base_dir == LV_BASE_DIR_RTL) *align = LV_TEXT_ALIGN_RIGHT; in lv_bidi_calculate_align() 319 if(lv_bidi_letter_is_rtl(letter)) return LV_BASE_DIR_RTL; in lv_bidi_get_letter_dir() 428 if(dir == LV_BASE_DIR_LTR || dir == LV_BASE_DIR_RTL) break; in get_next_run() 453 if(run_dir == LV_BASE_DIR_RTL) { in get_next_run() 454 if(base_dir == LV_BASE_DIR_RTL) { in get_next_run() 461 if((next_dir == LV_BASE_DIR_RTL || next_dir == LV_BASE_DIR_LTR) && next_dir != run_dir) { in get_next_run() 624 if(letter_dir == LV_BASE_DIR_LTR || letter_dir == LV_BASE_DIR_RTL) { in bracket_process()
|
D | lv_bidi.h | 33 LV_BASE_DIR_RTL = 0x01, enumerator
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_5.c | 10 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_RTL, 0); in lv_example_scroll_5()
|
/lvgl-latest/examples/layouts/flex/ |
D | lv_example_flex_6.c | 11 lv_obj_set_style_base_dir(cont, LV_BASE_DIR_RTL, 0); in lv_example_flex_6()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_5.c | 21 lv_obj_set_style_base_dir(bar_rtl, LV_BASE_DIR_RTL, 0); in lv_example_bar_5()
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_3.c | 18 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0); in lv_example_label_3()
|
/lvgl-latest/examples/layouts/grid/ |
D | lv_example_grid_6.c | 17 lv_obj_set_style_base_dir(cont, LV_BASE_DIR_RTL, 0); in lv_example_grid_6()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_checkbox.c | 116 lv_obj_set_style_base_dir(test_checkbox, LV_BASE_DIR_RTL, 0); in test_checkbox_rtl()
|
D | test_bar.c | 120 lv_obj_set_style_base_dir(g_bar, LV_BASE_DIR_RTL, 0); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value() 180 lv_obj_set_style_base_dir(test_bar, LV_BASE_DIR_RTL, 0); in test_bar_normal()
|
D | test_label.c | 586 lv_obj_set_style_base_dir(test_label, LV_BASE_DIR_RTL, 0); in test_label_rtl_dot_long_mode()
|
/lvgl-latest/src/widgets/switch/ |
D | lv_switch.c | 228 if(LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN)) { in draw_main() 248 if(LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN)) { in draw_main()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 170 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_get_scroll_left() 213 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_get_scroll_right() 269 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_scroll_by_bounded() 506 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL; in lv_obj_get_scrollbar_area() 665 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_readjust_scroll()
|
D | lv_obj_pos.c | 185 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_refr_size() 351 … if(lv_obj_get_style_base_dir(base, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_align_to() 466 if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_align_to() 654 … if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_refr_pos() 1098 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in calc_content_width()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 131 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_tabview_set_active() 333 … if(lv_obj_get_style_base_dir(tv, LV_PART_MAIN) == LV_BASE_DIR_RTL) t = -(p.x - w / 2) / w; in cont_scroll_end_event_cb()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_base_types.c | 107 if(lv_streq("rtl", txt)) return LV_BASE_DIR_RTL; in lv_xml_base_dir_to_enum()
|
/lvgl-latest/src/ |
D | lv_conf_kconfig.h | 233 # define CONFIG_LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_RTL
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 374 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_knob() 480 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in drag_start() 563 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in update_knob_pos()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 217 lv_obj_set_style_base_dir(right_cont, LV_BASE_DIR_RTL, 0); in right_cont_create()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 140 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in flex_update() 381 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in children_repos()
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 246 bool rev = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in calc() 485 if(lv_obj_get_style_base_dir(item, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in item_repos()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 222 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 376 visual_byte_pos = base_dir == LV_BASE_DIR_RTL ? 0 : byte_id - line_start; in lv_label_get_letter_pos() 982 if(base_dir == LV_BASE_DIR_RTL) { in lv_label_refr_text() 1095 if(base_dir == LV_BASE_DIR_RTL) { in lv_label_refr_text()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 718 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in draw_main() 1016 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in get_pressed_cell() 1095 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area()
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 193 If the base direction of the container is set to :cpp:enumerator:`LV_BASE_DIR_RTL`,
|
D | flex.rst | 186 :cpp:enumerator:`LV_BASE_DIR_RTL` the meaning of
|