Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_base_dir (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/examples/scroll/
Dlv_example_scroll_5.c10 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_RTL, 0); in lv_example_scroll_5()
/lvgl-latest/examples/layouts/flex/
Dlv_example_flex_6.c11 lv_obj_set_style_base_dir(cont, LV_BASE_DIR_RTL, 0); in lv_example_flex_6()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_5.c21 lv_obj_set_style_base_dir(bar_rtl, LV_BASE_DIR_RTL, 0); in lv_example_bar_5()
/lvgl-latest/examples/widgets/label/
Dlv_example_label_3.c18 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0); in lv_example_label_3()
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_6.c17 lv_obj_set_style_base_dir(cont, LV_BASE_DIR_RTL, 0); in lv_example_grid_6()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c116 lv_obj_set_style_base_dir(test_checkbox, LV_BASE_DIR_RTL, 0); in test_checkbox_rtl()
Dtest_bar.c120 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()
Dtest_label.c586 lv_obj_set_style_base_dir(test_label, LV_BASE_DIR_RTL, 0); in test_label_rtl_dot_long_mode()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c217 lv_obj_set_style_base_dir(right_cont, LV_BASE_DIR_RTL, 0); in right_cont_create()
220 lv_obj_set_style_base_dir(right_cont, LV_BASE_DIR_LTR, 0); in right_cont_create()
/lvgl-latest/src/widgets/keyboard/
Dlv_keyboard.c444 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_LTR, 0); in lv_keyboard_constructor()
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c563 lv_obj_set_style_base_dir(pinyin_ime->cand_panel, LV_BASE_DIR_LTR, 0); in lv_ime_pinyin_constructor()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c773 void lv_obj_set_style_base_dir(lv_obj_t * obj, lv_base_dir_t value, lv_style_selector_t selector) in lv_obj_set_style_base_dir() function
Dlv_obj_style_gen.h861 void lv_obj_set_style_base_dir(lv_obj_t * obj, lv_base_dir_t value, lv_style_selector_t selector);
/lvgl-latest/docs/
DREADME_jp.rst486 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
DREADME_zh.rst483 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
DREADME_pt_BR.rst546 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
/lvgl-latest/
DREADME.md373 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
/lvgl-latest/docs/details/main-components/
Dfont.rst200 To set a Widget's base direction use :cpp:expr:`lv_obj_set_style_base_dir(widget, base_dir, selecto…