Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_bidi.h36 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()
227 if(base_dir == LV_BASE_DIR_AUTO) base_dir = _lv_bidi_detect_base_dir(str_in); in _lv_bidi_process_paragraph()
310 if(*base_dir == LV_BASE_DIR_AUTO) *base_dir = _lv_bidi_detect_base_dir(txt); in lv_bidi_calculate_align()
/lvgl-3.5.0/src/
Dlv_conf_kconfig.h175 # define CONFIG_LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
Dlv_conf_internal.h1329 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h446 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-3.5.0/
Dlv_conf_template.h453 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
/lvgl-3.5.0/src/widgets/
Dlv_label.c352 if(base_dir == LV_BASE_DIR_AUTO) base_dir = _lv_bidi_detect_base_dir(txt); in lv_label_get_letter_pos()
938 if(base_dir == LV_BASE_DIR_AUTO) in lv_label_refr_text()
1038 if(base_dir == LV_BASE_DIR_AUTO) in lv_label_refr_text()
/lvgl-3.5.0/docs/overview/
Dstyle-props.md786 …play:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_BASE_DIR_AUTO`</li>
/lvgl-3.5.0/docs/
DCHANGELOG.md1047 - fix(label) update lv_label_get_letter_pos to work with LV_BASE_DIR_AUTO too [`580e05a`](https://g…
1100 - fix(bidi) fix the handling of LV_BASE_DIR_AUTO in several widgets [`7672847`](https://github.com/…