Searched refs:lv_obj_get_style_x (Results 1 – 2 of 2) sorted by relevance
546 return lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_get_x_aligned()633 lv_coord_t x = lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_refr_pos()1021 if(lv_obj_get_style_x(child, 0) == 0) { in calc_content_width()
37 static inline lv_coord_t lv_obj_get_style_x(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_x() function