Searched refs:lv_obj_get_style_base_dir (Results 1 – 15 of 15) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_scroll.c | 167 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_get_scroll_left() 210 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_get_scroll_right() 265 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_obj_scroll_by_bounded() 491 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL ? true : false; in lv_obj_get_scrollbar_area() 647 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 | 187 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_refr_size() 367 … 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() 475 if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_obj_align_to() 662 … 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() 1003 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in calc_content_width()
|
D | lv_obj_draw.c | 217 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 | 491 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 | 565 static inline lv_base_dir_t lv_obj_get_style_base_dir(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_base_dir() function
|
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 158 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) != LV_BASE_DIR_RTL) { in lv_tabview_set_act() 336 … 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-3.7.0/src/widgets/ |
D | lv_slider.c | 139 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_slider_event() 207 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in lv_slider_event() 338 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_knob()
|
D | lv_label.c | 351 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_get_letter_pos() 453 …_lv_bidi_process_paragraph(txt + line_start, bidi_txt, txt_len, lv_obj_get_style_base_dir(obj, LV_… in lv_label_get_letter_on() 513 … txt_len, lv_obj_get_style_base_dir(obj, LV_PART_MAIN), cid, &is_rtl); in lv_label_get_letter_on() 934 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_refr_text() 1034 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_label_refr_text()
|
D | lv_switch.c | 188 if(LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN)) { in draw_main()
|
D | lv_table.c | 709 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in draw_main() 1007 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in get_pressed_cell() 1074 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL; in get_cell_area()
|
D | lv_bar.c | 339 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_indic()
|
D | lv_btnmatrix.c | 104 lv_base_dir_t base_dir = lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_btnmatrix_set_map()
|
D | lv_dropdown.c | 805 if(lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL) symbol_to_left = true; in draw_main()
|
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 220 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in flex_update() 443 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in children_repos()
|
/lvgl-3.7.0/src/extra/layouts/grid/ |
D | lv_grid.c | 397 bool rev = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in calc() 595 if(lv_obj_get_style_base_dir(item, LV_PART_MAIN) == LV_BASE_DIR_RTL) { in item_repos()
|