Searched refs:tr_x (Results 1 – 3 of 3) sorted by relevance
516 lv_coord_t tr_x = lv_obj_get_style_translate_x(item, LV_PART_MAIN); in children_repos() local520 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in children_repos()523 lv_coord_t diff_x = abs_x - item->coords.x1 + tr_x; in children_repos()
671 lv_coord_t tr_x = lv_obj_get_style_translate_x(item, LV_PART_MAIN); in item_repos() local675 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in item_repos()678 x += tr_x; in item_repos()
650 lv_coord_t tr_x = lv_obj_get_style_translate_x(obj, LV_PART_MAIN); in lv_obj_refr_pos() local654 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in lv_obj_refr_pos()658 x += tr_x; in lv_obj_refr_pos()