Searched refs:lv_obj_get_style_y (Results 1 – 2 of 2) sorted by relevance
551 return lv_obj_get_style_y(obj, LV_PART_MAIN); in lv_obj_get_y_aligned()634 lv_coord_t y = lv_obj_get_style_y(obj, LV_PART_MAIN); in lv_obj_refr_pos()1053 if(lv_obj_get_style_y(child, 0) == 0) { in calc_content_width()1103 if(lv_obj_get_style_y(child, 0) == 0) { in calc_content_height()
43 static inline lv_coord_t lv_obj_get_style_y(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_y() function