Searched refs:tr_x (Results 1 – 3 of 3) sorted by relevance
510 lv_coord_t tr_x = lv_obj_get_style_translate_x(item, LV_PART_MAIN); in children_repos() local514 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in children_repos()517 lv_coord_t diff_x = abs_x - item->coords.x1 + tr_x; in children_repos()
661 lv_coord_t tr_x = lv_obj_get_style_translate_x(item, LV_PART_MAIN); in item_repos() local665 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in item_repos()668 x += tr_x; in item_repos()
648 lv_coord_t tr_x = lv_obj_get_style_translate_x(obj, LV_PART_MAIN); in lv_obj_refr_pos() local652 if(LV_COORD_IS_PCT(tr_x)) tr_x = (w * LV_COORD_GET_PCT(tr_x)) / 100; in lv_obj_refr_pos()656 x += tr_x; in lv_obj_refr_pos()