Home
last modified time | relevance | path

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

/lvgl-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/tests/src/test_cases/
Dtest_bar.c120 lv_obj_set_style_base_dir(bar, LV_BASE_DIR_RTL, 0); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
/lvgl-3.7.0/src/extra/widgets/keyboard/
Dlv_keyboard.c385 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_LTR, 0); in lv_keyboard_constructor()
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.c675 void lv_obj_set_style_base_dir(struct _lv_obj_t * obj, lv_base_dir_t value, lv_style_selector_t sel… in lv_obj_set_style_base_dir() function
Dlv_obj_style_gen.h655 void lv_obj_set_style_base_dir(struct _lv_obj_t * obj, lv_base_dir_t value, lv_style_selector_t sel…
/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c589 lv_obj_set_style_base_dir(pinyin_ime->cand_panel, LV_BASE_DIR_LTR, 0); in lv_ime_pinyin_constructor()
/lvgl-3.7.0/docs/overview/
Dfont.md102 To set an object's base direction use `lv_obj_set_style_base_dir(obj, base_dir,selector)`. The pos…