Home
last modified time | relevance | path

Searched defs:is_rtl (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/slider/
Dlv_slider.c374 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_knob() local
480 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in drag_start() local
563 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in update_knob_pos() local
/lvgl-latest/src/misc/
Dlv_bidi.c25 #define SET_RTL_POS(x, is_rtl) (GET_POS(x) | ((is_rtl)? 0x8000: 0)) argument
126 uint32_t visual_pos, bool * is_rtl) in lv_bidi_get_logical_pos()
151 uint32_t logical_pos, bool * is_rtl) in lv_bidi_get_visual_pos()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c222 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_checkbox_draw() local
/lvgl-latest/src/widgets/label/
Dlv_label.c382 bool is_rtl; in lv_label_get_letter_pos() local
521 bool is_rtl; in lv_label_get_letter_on() local