Home
last modified time | relevance | path

Searched refs:LV_BASE_DIR_AUTO (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/misc/
Dlv_bidi.h34 LV_BASE_DIR_AUTO = 0x02, enumerator
Dlv_bidi.c79 if(base_dir == LV_BASE_DIR_AUTO) base_dir = lv_bidi_detect_base_dir(str_in); in lv_bidi_process()
121 if(LV_BIDI_BASE_DIR_DEF == LV_BASE_DIR_AUTO) return LV_BASE_DIR_LTR; in lv_bidi_detect_base_dir()
193 if(base_dir == LV_BASE_DIR_AUTO) base_dir = lv_bidi_detect_base_dir(str_in); in lv_bidi_process_paragraph()
277 if(*base_dir == LV_BASE_DIR_AUTO) *base_dir = lv_bidi_detect_base_dir(txt); in lv_bidi_calculate_align()
/lvgl-latest/src/others/xml/
Dlv_xml_base_types.c105 if(lv_streq("auto", txt)) return LV_BASE_DIR_AUTO; in lv_xml_base_dir_to_enum()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c65 lv_style_set_base_dir(&style_card, LV_BASE_DIR_AUTO); in lv_demo_transform()
/lvgl-latest/src/
Dlv_conf_kconfig.h235 # define CONFIG_LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
Dlv_conf_internal.h1882 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h621 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-latest/
Dlv_conf_template.h642 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c191 lv_style_set_base_dir(&style_card, LV_BASE_DIR_AUTO); in lv_demo_multilang()
/lvgl-latest/src/widgets/label/
Dlv_label.c371 if(base_dir == LV_BASE_DIR_AUTO) base_dir = lv_bidi_detect_base_dir(txt); in lv_label_get_letter_pos()
979 if(base_dir == LV_BASE_DIR_AUTO) in lv_label_refr_text()
1092 if(base_dir == LV_BASE_DIR_AUTO) in lv_label_refr_text()
/lvgl-latest/docs/details/main-components/
Dfont.rst205 - :cpp:enumerator:`LV_BASE_DIR_AUTO`: Auto detect base direction
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst1405 …nline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_BASE_DIR_AUTO`</li>