Searched refs:lv_obj_set_style_base_dir (Results 1 – 18 of 18) sorted by relevance
/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/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() 220 lv_obj_set_style_base_dir(right_cont, LV_BASE_DIR_LTR, 0); in right_cont_create()
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 444 lv_obj_set_style_base_dir(obj, LV_BASE_DIR_LTR, 0); in lv_keyboard_constructor()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 563 lv_obj_set_style_base_dir(pinyin_ime->cand_panel, LV_BASE_DIR_LTR, 0); in lv_ime_pinyin_constructor()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 773 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
|
D | lv_obj_style_gen.h | 861 void lv_obj_set_style_base_dir(lv_obj_t * obj, lv_base_dir_t value, lv_style_selector_t selector);
|
/lvgl-latest/docs/ |
D | README_jp.rst | 486 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
|
D | README_zh.rst | 483 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
|
D | README_pt_BR.rst | 546 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
|
/lvgl-latest/ |
D | README.md | 373 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 200 To set a Widget's base direction use :cpp:expr:`lv_obj_set_style_base_dir(widget, base_dir, selecto…
|