Searched refs:rtl (Results 1 – 3 of 3) sorted by relevance
223 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in flex_update() local247 if(rtl && !f.row) { in flex_update()279 if(rtl && !f.row) { in flex_update()289 if(rtl && !f.row) { in flex_update()296 if(rtl && !f.row) { in flex_update()447 bool rtl = lv_obj_get_style_base_dir(cont, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in children_repos() local453 if(f->row && rtl) main_pos += lv_obj_get_content_width(cont); in children_repos()505 if(f->row && rtl) main_pos -= area_get_main_size(&item->coords); in children_repos()531 if(!(f->row && rtl)) main_pos += area_get_main_size(&item->coords) + item_gap + place_gap; in children_repos()
474 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_SCROLLBAR) == LV_BASE_DIR_RTL ? true : false; in lv_obj_get_scrollbar_area() local500 if(rtl) { in lv_obj_get_scrollbar_area()553 if(rtl) { in lv_obj_get_scrollbar_area()566 if(rtl) { in lv_obj_get_scrollbar_area()
637 bool rtl = lv_obj_get_style_base_dir(obj, LV_PART_MAIN) == LV_BASE_DIR_RTL ? true : false; in draw_main() local656 if(rtl) cell_area.x1 = obj->coords.x2 - bg_right - 1 - scroll_x - border_width; in draw_main()663 if(rtl) { in draw_main()678 if(rtl) cell_area.x1 -= table->col_w[col + col_merge + 1]; in draw_main()