Searched refs:lv_obj_set_style_base_dir (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/tests/src/test_cases/ |
D | test_bar.c | 120 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/ |
D | lv_keyboard.c | 385 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_LTR, 0); in lv_keyboard_constructor()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 675 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
|
D | lv_obj_style_gen.h | 655 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/ |
D | lv_ime_pinyin.c | 589 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/ |
D | font.md | 102 To set an object's base direction use `lv_obj_set_style_base_dir(obj, base_dir,selector)`. The pos…
|