Searched refs:lv_obj_get_style_base_dir (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/src/widgets/switch/ |
D | lv_switch.c | 228 if(LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN)) { in draw_main() 248 if(LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN)) { in draw_main()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 170 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_get_scroll_left() 213 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_get_scroll_right() 269 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_scroll_by_bounded() 506 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL; in lv_obj_get_scrollbar_area() 665 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_readjust_scroll()
|
D | lv_obj_pos.c | 185 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_refr_size() 351 … if(lv_obj_get_style_base_dir(base, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_align_to() 466 if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_align_to() 654 … if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_refr_pos() 1098 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in calc_content_width()
|
D | lv_obj_draw.c | 183 draw_dsc->bidi_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_obj_init_draw_label_dsc()
|
D | lv_obj_style.c | 580 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, part); in lv_obj_calculate_style_text_align()
|
D | lv_obj_style_gen.h | 652 static inline lv_base_dir_t lv_obj_get_style_base_dir(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_base_dir() function
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 131 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_tabview_set_active() 333 … if(lv_obj_get_style_base_dir(tv, LV_PART_MAIN) == LV_BASE_DIR_RTL) t = -(p.x - w / 2) / w; in cont_scroll_end_event_cb()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 374 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_knob() 480 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in drag_start() 563 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in update_knob_pos()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 370 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_get_letter_pos() 466 …lv_bidi_process_paragraph(txt + line_start, bidi_txt, txt_len, lv_obj_get_style_base_dir(obj, LV_P… in lv_label_get_letter_on() 523 … txt_len, lv_obj_get_style_base_dir(obj, LV_PART_MAIN), cid, &is_rtl); in lv_label_get_letter_on() 977 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_refr_text() 1090 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_refr_text()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 140 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in flex_update() 381 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in children_repos()
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 246 bool rev = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL; in calc() 485 if(lv_obj_get_style_base_dir(item, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in item_repos()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 222 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 718 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in draw_main() 1016 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in get_pressed_cell() 1095 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 397 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_indic()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 111 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_buttonmatrix_set_map()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 882 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) symbol_to_left = true; in draw_main()
|